|
||
class MAnimationTickee;
Interface used for receiving animation ticks.
Animators receive regular ticks, during which they perform any required processing.
You do not need to derive an implementation from this class unless you are writing a new animator type.
Defined in MAnimationTickee
:
MAnimationTickee_Reserved1()
Reserved for future use MAnimationTickee_Reserved2()
Reserved for future use Tick()
This function is called regularly by any ticker to which the tickee has been add...CAnimator
Pure virtual base class for animators.CAnimationTicker
This provides timing information for animators.virtual void Tick()=0;
This function is called regularly by any ticker to which the tickee has been added
protected: IMPORT_C virtual void MAnimationTickee_Reserved2();
Reserved for future use