C# Class FBClient.Screens.MenuScreens.UserRegistrationMenuScreen

Inheritance: BaseGameState
Mostra file Open project: Noxalus/Final-Bomber Class Usage Examples

Public Methods

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

Protected Methods

Method Description
LoadContent ( ) : void

Private Methods

Method Description
Exit ( ) : void
IndexMenuGoDown ( ) : void
IndexMenuGoUp ( ) : void
ServerReceiveCreateAccount ( byte status ) : 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

Update() public method

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

UserRegistrationMenuScreen() public method

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