Property | Type | Description | |
---|---|---|---|
Animations | Animation>.Dictionary | ||
CurrentAnimation | |||
Playing | bool |
Method | Description | |
---|---|---|
AnimatedSpriteMap ( Microsoft.Xna.Framework.Graphics.Texture2D texture, Vector2 frameSize ) : System | ||
Play ( String animation ) : void | ||
Play ( String animation, bool reset ) : void | ||
Update ( |
public AnimatedSpriteMap ( Microsoft.Xna.Framework.Graphics.Texture2D texture, Vector2 frameSize ) : System | ||
texture | Microsoft.Xna.Framework.Graphics.Texture2D | |
frameSize | Vector2 | |
return | System |
public Play ( String animation, bool reset ) : void | ||
animation | String | |
reset | bool | |
return | void |
public Update ( |
||
gameTime | ||
return | void |
public Animation,xnapunk.graphics.anim CurrentAnimation | ||
return |