AnimationStateInstance

Undocumented in source.

Constructors

this
this(AnimationStateData asd)
Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Members

Functions

addAnimation
void addAnimation(int trackIndex, Animation animation, bool loop, float delay)
Undocumented in source. Be warned that the author may not have intended to support it.
addAnimationByName
void addAnimationByName(int trackIndex, string animationName, bool loop, float delay)
Undocumented in source. Be warned that the author may not have intended to support it.
addListener
void addListener(spAnimationStateListener listener)
Undocumented in source. Be warned that the author may not have intended to support it.
apply
void apply(Skeleton skeleton)
Undocumented in source. Be warned that the author may not have intended to support it.
setAnimation
void setAnimation(int trackIndex, Animation animation, bool loop)
Undocumented in source. Be warned that the author may not have intended to support it.
setAnimationByName
void setAnimationByName(int trackIndex, string animationName, bool loop)
Undocumented in source. Be warned that the author may not have intended to support it.
timeScale
void timeScale(float t)
Undocumented in source. Be warned that the author may not have intended to support it.
update
void update(float deltaTime)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

sp_animationState
spAnimationState* sp_animationState;
Undocumented in source.

Meta