C# Class FBClient.Screens.GameScreens.NetworkGamePlayScreen

Inheritance: BaseGamePlayScreen
Show file Open project: Noxalus/Final-Bomber Class Usage Examples

Public Methods

Method Description
Draw ( GameTime gameTime ) : void
Initialize ( ) : void
NetworkGamePlayScreen ( 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_End ( bool won ) : void
ResizeHud ( object sender, EventArgs e ) : 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

NetworkGamePlayScreen() public method

public NetworkGamePlayScreen ( 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