Animator::GetWeightInterpolator
Defined in: C4Animation.h
Returns the interpolator used to modify an animator's weight.
Prototype
Interpolator *GetWeightInterpolator(void);
const Interpolator *GetWeightInterpolator(void) const;
Description
See Also
Interpolator
|