Animator::GetAnimatorTransformNodeCount
Defined in:
Returns the number of nodes targeted for transform animation.
C4Animation.h
Prototype
int32 GetAnimatorTransformNodeCount(void) const;
Description
The GetAnimatorTransformNodeCount
function returns the number of animated nodes targeted by an animator. This number is at most the number of animated nodes returned by the Model::GetAnimatedTransformNodeCount
function.The number of nodes actually affected by an animator may be smaller than the number returned by the
GetAnimatorTransformNodeCount
function. The actual range of affected nodes can be retrieved by calling the Animator::GetOutputTransformNodeStart
and Animator::GetOutputTransformNodeCount
functions.
See Also
Animator::GetAnimatorTransformNodeStart