Property | Type | Description | |
---|---|---|---|
deactivateNonPlaying | bool | ||
deactivateRecursively | bool | ||
loopCycles | int | ||
name | string | ||
onAnimEnd | ANIM_END_ACTION | ||
pingPong | bool | ||
spriteAnims | SuperSpriteAnimElement[], |
Property | Type | Description | |
---|---|---|---|
curAnim | int | ||
isRunning | bool | ||
numLoops | int | ||
stepDir | int |
Method | Description | |
---|---|---|
AnimFinished ( SpriteBase, sp ) : void | ||
Delete ( ) : void |
Calls Delete() on each constituent sprite.
|
|
Hide ( bool tf ) : void |
Hides the sprite of the current animation.
|
|
Init ( int idx, AnimCompletedDelegate del ) : void | ||
IsHidden ( ) : bool |
Returns whether the current sprite in this animation is hidden:
|
|
Pause ( ) : void |
Pauses the animation.
|
|
Play ( ) : void |
Starts the animation to playing.
|
|
Reset ( ) : void |
Resets the animation to the beginning.
|
|
Stop ( ) : void |
Stops the animation playing.
|
|
Unpause ( ) : void |
Unpauses the animation.
|
Method | Description | |
---|---|---|
HideSprite ( SpriteBase, sp, bool tf ) : void |
public AnimFinished ( SpriteBase, sp ) : void | ||
sp | SpriteBase, | |
return | void |
public Hide ( bool tf ) : void | ||
tf | bool | Whether to hide the animation. |
return | void |
protected HideSprite ( SpriteBase, sp, bool tf ) : void | ||
sp | SpriteBase, | |
tf | bool | |
return | void |
public Init ( int idx, AnimCompletedDelegate del ) : void | ||
idx | int | |
del | AnimCompletedDelegate | |
return | void |
public SuperSpriteAnimElement[], spriteAnims | ||
return | SuperSpriteAnimElement[], |