C# Class FBClient.Screens.MenuScreens.LobbyMenuScreen

Inheritance: BaseGameState
ファイルを表示 Open project: Noxalus/Final-Bomber Class Usage Examples

Public Methods

Method 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

Protected Methods

Method Description
LoadContent ( ) : void
UnloadContent ( ) : void

Private Methods

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

Instance_Exiting() public method

public Instance_Exiting ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

LoadContent() protected method

protected LoadContent ( ) : void
return void

LobbyMenuScreen() public method

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

UnloadContent() protected method

protected UnloadContent ( ) : void
return void

Update() public method

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