C# Class FBClient.Screens.MenuScreens.UserLoginMenuScreen

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
UserLoginMenuScreen ( 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
ServerLoggedIn ( 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

UserLoginMenuScreen() public méthode

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