C# Class Super_Caissiere.States.HomeState

Inheritance: GameState
Mostrar archivo Open project: valryon/super-caissiere

Public Methods

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

Protected Methods

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

Private Methods

Method Description
disableInputFOrAWhile ( ) : 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 ( GameTime gameTime ) : void
gameTime Microsoft.Xna.Framework.GameTime
return void