C# Class MonoGameQuest.CursorSprite

Inheritance: Sprite
Afficher le fichier Open project: half-ogre/MonoGameQuest Class Usage Examples

Méthodes publiques

Méthode Description
CursorSprite ( MonoGameQuest game, Microsoft.Xna.Framework.Graphics.Texture2D spriteSheet, int pixelWidth, int pixelHeight ) : Microsoft.Xna.Framework
Draw ( GameTime gameTime ) : void
Update ( GameTime gameTime ) : void

Méthodes protégées

Méthode Description
BeginSpriteBatch ( ) : void

Method Details

BeginSpriteBatch() protected méthode

protected BeginSpriteBatch ( ) : void
Résultat void

CursorSprite() public méthode

public CursorSprite ( MonoGameQuest game, Microsoft.Xna.Framework.Graphics.Texture2D spriteSheet, int pixelWidth, int pixelHeight ) : Microsoft.Xna.Framework
game MonoGameQuest
spriteSheet Microsoft.Xna.Framework.Graphics.Texture2D
pixelWidth int
pixelHeight int
Résultat Microsoft.Xna.Framework

Draw() public méthode

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

Update() public méthode

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