C# Class FBClient.Screens.MenuScreens.LobbyMenuScreen

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
Instance_Exiting ( object sender, EventArgs e ) : void
LobbyMenuScreen ( Microsoft.Xna.Framework.Game game, GameStateManager manager ) : System
Update ( GameTime gameTime ) : void

Méthodes protégées

Méthode Description
LoadContent ( ) : void
UnloadContent ( ) : void

Private Methods

Méthode Description
GameServer_StartGame ( bool gameInProgress, List wallPositions ) : 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

Instance_Exiting() public méthode

public Instance_Exiting ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat void

LoadContent() protected méthode

protected LoadContent ( ) : void
Résultat void

LobbyMenuScreen() public méthode

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

UnloadContent() protected méthode

protected UnloadContent ( ) : void
Résultat void

Update() public méthode

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