C# Class WindowsGame1.AnimatedSprite

Inheritance: Sprite
Afficher le fichier Open project: csce3513/Team18 Class Usage Examples

Méthodes publiques

Свойство Type Description
currentRow int

Méthodes publiques

Méthode Description
AnimatedSprite ( ) : System
Animation ( Microsoft.Xna.Framework.Content.ContentManager content, string assetName, int spriteWidth, int spriteHeight, int numberOfFrames ) : void
HandleSourceRect ( GameTime gameTime ) : void
animateDraw ( SpriteBatch theSpriteBatch ) : void

Method Details

AnimatedSprite() public méthode

public AnimatedSprite ( ) : System
Résultat System

Animation() public méthode

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
Résultat void

HandleSourceRect() public méthode

public HandleSourceRect ( GameTime gameTime ) : void
gameTime Microsoft.Xna.Framework.GameTime
Résultat void

animateDraw() public méthode

public animateDraw ( SpriteBatch theSpriteBatch ) : void
theSpriteBatch Microsoft.Xna.Framework.Graphics.SpriteBatch
Résultat void

Property Details

currentRow public_oe property

public int currentRow
Résultat int