C# Class Danmaku_no_Kyojin.Screens.ImprovementScreen

Inheritance: BaseGameState
Show file Open project: Noxalus/Danmaku-no-Kyojin Class Usage Examples

Public Methods

Method Description
Draw ( GameTime gameTime ) : void
ImprovementScreen ( Microsoft.Xna.Framework.Game game, GameStateManager manager ) : System.Collections.Generic
Initialize ( ) : void
Update ( GameTime gameTime ) : void

Protected Methods

Method Description
LoadContent ( ) : void

Private Methods

Method Description
UpdateMenuText ( ) : void

Method Details

Draw() public method

public Draw ( GameTime gameTime ) : void
gameTime Microsoft.Xna.Framework.GameTime
return void

ImprovementScreen() public method

public ImprovementScreen ( Microsoft.Xna.Framework.Game game, GameStateManager manager ) : System.Collections.Generic
game Microsoft.Xna.Framework.Game
manager Danmaku_no_Kyojin.Controls.GameStateManager
return System.Collections.Generic

Initialize() public method

public Initialize ( ) : 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