C# Class FBClient.Screens.MenuScreens.UserRegistrationMenuScreen

Inheritance: BaseGameState
Afficher le fichier Open project: Noxalus/Final-Bomber Class Usage Examples

Méthodes publiques

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

Méthodes protégées

Méthode Description
LoadContent ( ) : void

Private Methods

Méthode Description
Exit ( ) : void
IndexMenuGoDown ( ) : void
IndexMenuGoUp ( ) : void
ServerReceiveCreateAccount ( byte status ) : void

Method Details

Draw() public méthode

public Draw ( GameTime gameTime ) : void
gameTime Microsoft.Xna.Framework.GameTime
Résultat void

Initialize() public méthode

public Initialize ( ) : void
Résultat void

LoadContent() protected méthode

protected LoadContent ( ) : void
Résultat void

Update() public méthode

public Update ( GameTime gameTime ) : void
gameTime Microsoft.Xna.Framework.GameTime
Résultat void

UserRegistrationMenuScreen() public méthode

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