Animator::GetAnimatorData
Defined in:
Returns a pointer to the animator's custom storage space.
C4Animation.h
Prototype
void *GetAnimatorData(void) const;
Description
The GetAnimatorData
function returns a pointer to the additional storage previously requested through a call to the Animator::AllocateStorage
function. The returned pointer is 4-byte aligned and points to a storage area having size equal to the value of the animatorDataSize
parameter that was passed to the AllocateStorage
function.
See Also