C# Class Super_Caissiere.States.IngameState

Inheritance: GameState
显示文件 Open project: valryon/super-caissiere

Public Methods

Method Description
Draw ( SuperCaissiere spriteBatch ) : void
Update ( Microsoft gameTime ) : void

Protected Methods

Method Description
InternalLoad ( ) : void
LoadContent ( ) : void

Private Methods

Method Description
blinkScan ( ) : void
displayRank ( float _time ) : void
handleInput ( ) : void
manageEnd ( ) : void
shakeShakeShake ( ) : void

Method Details

Draw() public method

public Draw ( SuperCaissiere spriteBatch ) : void
spriteBatch SuperCaissiere
return void

InternalLoad() protected method

protected InternalLoad ( ) : void
return void

LoadContent() protected method

protected LoadContent ( ) : void
return void

Update() public method

public Update ( Microsoft gameTime ) : void
gameTime Microsoft
return void