Animator::GetAnimatorType
Defined in:
Returns the animator type.
C4Animation.h
Prototype
AnimatorType GetAnimatorType(void) const;
Description
The GetAnimatorType
function returns the animator type. This may be one of the standard animator types in the following table or a custom animator type.
kAnimatorMerge |
Merge animator. |
kAnimatorBlend |
Blend animator. |
kAnimatorFrame |
Frame animator. |