C# Class Super_Caissiere.States.IngameState

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

Méthodes publiques

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

Méthodes protégées

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

Private Methods

Méthode Description
blinkScan ( ) : void
displayRank ( float _time ) : void
handleInput ( ) : void
manageEnd ( ) : void
shakeShakeShake ( ) : 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 ( Microsoft gameTime ) : void
gameTime Microsoft
Résultat void