Method | Description | |
---|---|---|
ActivateKeyframe ( int index ) : void |
Activates a Keyframe.
|
|
Add ( |
Adds a new Keyframe.
|
|
AnimatedSpriteSheet ( |
Initializes a new AnimatedSpriteSheet class.
|
|
Remove ( |
Removes a Keyframe.
|
|
RemoveAt ( int index ) : void |
Removes a Keyframe at a specific index.
|
|
Update ( GameTime gameTime ) : void |
Updates the object.
|
public ActivateKeyframe ( int index ) : void | ||
index | int | The Index. |
return | void |
public Add ( |
||
keyframe | The Keyframe. | |
return | void |
public AnimatedSpriteSheet ( |
||
texture2D | The Texture2D. | |
return | System.Collections.Generic |
public Remove ( |
||
keyframe | The Keyframe. | |
return | void |
public Update ( GameTime gameTime ) : void | ||
gameTime | GameTime | The GameTime. |
return | void |