C# Class FBClient.Screens.GameScreens.GamePlayScreen

Inheritance: BaseGameState
Mostra file Open project: Noxalus/Final-Bomber Class Usage Examples

Private Properties

Property Type Description
CreateWorld void
ParseMap void
Reset void

Public Methods

Method Description
AddBomb ( Bomb bomb ) : void
Draw ( GameTime gameTime ) : void
GamePlayScreen ( Microsoft.Xna.Framework.Game game, GameStateManager manager ) : System
Initialize ( ) : void
Update ( GameTime gameTime ) : void

Protected Methods

Method Description
LoadContent ( ) : void

Private Methods

Method Description
CreateWorld ( ) : void
ParseMap ( string file ) : void
Reset ( ) : void

Method Details

AddBomb() public method

public AddBomb ( Bomb bomb ) : void
bomb FBClient.Core.Entities.Bomb
return void

Draw() public method

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

GamePlayScreen() public method

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

Initialize() public method

public Initialize ( ) : void
return void

LoadContent() protected method

protected LoadContent ( ) : void
return void

Update() public method

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