Public Member Functions | |
void | Play () |
Convenience method that plays the associated sprite's animation. More... | |
void | PlayInReverse () |
Convenience method that plays the associated sprite's animation in reverse: More... | |
Public Attributes | |
AutoSpriteBase | sprite |
The reference to the sprite containing the animation to be played. More... | |
string | animName |
The name of the animation to play. More... | |
An element in a SuperSpriteAnim's array of sprite animatinos.
Definition at line 18 of file SuperSprite.cs.
void SuperSpriteAnimElement.Play | ( | ) |
Convenience method that plays the associated sprite's animation.
Definition at line 76 of file SuperSprite.cs.
void SuperSpriteAnimElement.PlayInReverse | ( | ) |
Convenience method that plays the associated sprite's animation in reverse:
Definition at line 86 of file SuperSprite.cs.
string SuperSpriteAnimElement.animName |
The name of the animation to play.
Definition at line 29 of file SuperSprite.cs.
AutoSpriteBase SuperSpriteAnimElement.sprite |
The reference to the sprite containing the animation to be played.
Definition at line 24 of file SuperSprite.cs.