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
voidTick()
Protected Member Functions
IMPORT_C voidMAnimationTickee_Reserved1()
IMPORT_C voidMAnimationTickee_Reserved2()

Member Functions Documentation

MAnimationTickee_Reserved1()

IMPORT_C voidMAnimationTickee_Reserved1()[protected, virtual]

Reserved for future use

MAnimationTickee_Reserved2()

IMPORT_C voidMAnimationTickee_Reserved2()[protected, virtual]

Reserved for future use

Tick()

voidTick()[pure virtual]

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