Property | Type | Description | |
---|---|---|---|
currentRow | int |
Method | Description | |
---|---|---|
AnimatedSprite ( ) : System | ||
Animation ( Microsoft.Xna.Framework.Content.ContentManager content, string assetName, int spriteWidth, int spriteHeight, int numberOfFrames ) : void | ||
HandleSourceRect ( |
||
animateDraw ( |
public Animation ( Microsoft.Xna.Framework.Content.ContentManager content, string assetName, int spriteWidth, int spriteHeight, int numberOfFrames ) : void | ||
content | Microsoft.Xna.Framework.Content.ContentManager | |
assetName | string | |
spriteWidth | int | |
spriteHeight | int | |
numberOfFrames | int | |
return | void |
public HandleSourceRect ( |
||
gameTime | ||
return | void |
public animateDraw ( |
||
theSpriteBatch | ||
return | void |