|
|
|
|
Location:
AnimationConfig.h
struct TAnimationConfig;
These are passed to animator objects when an animation is started and provide some control over the manner in which the animation runs.
Defined in TAnimationConfig:
ECountFrames, EEndOnLastFrame, ELoop, EStartImmediately, TFlags, iData, iFlags
TFlags
Flag values used by animator objects when an animation is started that provide some control over the manner in which the animation runs.
|
TInt iData;
The meaning of this item depends on the value of the iFlags member.