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.
Public Member Functions | |
---|---|
void | Tick() |
Protected Member Functions | |
---|---|
IMPORT_C void | MAnimationTickee_Reserved1() |
IMPORT_C void | MAnimationTickee_Reserved2() |
IMPORT_C void | MAnimationTickee_Reserved1 | ( | ) | [protected, virtual] |
Reserved for future use