C# Class Super_Caissiere.States.HomeState

Inheritance: GameState
Afficher le fichier Open project: valryon/super-caissiere

Méthodes publiques

Méthode Description
Draw ( SuperCaissiere spriteBatch ) : void
Update ( GameTime gameTime ) : void

Méthodes protégées

Méthode Description
InternalLoad ( ) : void
LoadContent ( ) : void

Private Methods

Méthode Description
disableInputFOrAWhile ( ) : void

Method Details

Draw() public méthode

public Draw ( SuperCaissiere spriteBatch ) : void
spriteBatch SuperCaissiere
Résultat void

InternalLoad() protected méthode

protected InternalLoad ( ) : void
Résultat void

LoadContent() protected méthode

protected LoadContent ( ) : void
Résultat void

Update() public méthode

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