C# Class FBClient.Screens.MenuScreens.OptionMenuScreen

Inheritance: BaseMenuScreen
Show file Open project: Noxalus/Final-Bomber Class Usage Examples

Public Methods

Method Description
Draw ( GameTime gameTime ) : void
Initialize ( ) : void
OptionMenuScreen ( Microsoft.Xna.Framework.Game game, GameStateManager manager ) : FBClient.Controls
Update ( GameTime gameTime ) : void

Protected Methods

Method Description
LoadContent ( ) : void

Method Details

Draw() public method

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

Initialize() public method

public Initialize ( ) : void
return void

LoadContent() protected method

protected LoadContent ( ) : void
return void

OptionMenuScreen() public method

public OptionMenuScreen ( Microsoft.Xna.Framework.Game game, GameStateManager manager ) : FBClient.Controls
game Microsoft.Xna.Framework.Game
manager FBClient.Controls.GameStateManager
return FBClient.Controls

Update() public method

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