SpriteManager 2
 All Classes Functions Variables Enumerations Enumerator Properties
SuperSpriteAnimElement Class Reference

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

Detailed Description

An element in a SuperSpriteAnim's array of sprite animatinos.

Definition at line 18 of file SuperSprite.cs.

Member Function Documentation

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.

Member Data Documentation

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.


The documentation for this class was generated from the following file: