MAnimationTickee Class Reference

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.

CAnimator CAnimationTicker

Public Member Functions
void Tick ()
Protected Member Functions
IMPORT_C void MAnimationTickee_Reserved1 ()
IMPORT_C void MAnimationTickee_Reserved2 ()

Member Functions Documentation

MAnimationTickee_Reserved1()

IMPORT_C void MAnimationTickee_Reserved1 ( ) [protected, virtual]

Reserved for future use

MAnimationTickee_Reserved2()

IMPORT_C void MAnimationTickee_Reserved2 ( ) [protected, virtual]

Reserved for future use

Tick()

void Tick ( ) [pure virtual]

This function is called regularly by any ticker to which the tickee has been added