- 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.