C# Class FBClient.Screens.BaseGameState

Inheritance: FBClient.Controls.GameState
Mostra file Open project: Noxalus/Final-Bomber

Protected Properties

Property Type Description
BigFont Microsoft.Xna.Framework.Graphics.SpriteFont
ControlManager ControlManager
playerIndexInControl PlayerIndex

Public Methods

Method Description
BaseGameState ( Microsoft.Xna.Framework.Game game, GameStateManager manager ) : System
Draw ( GameTime gameTime ) : void
Update ( GameTime gameTime ) : void

Protected Methods

Method Description
LoadContent ( ) : void

Method Details

BaseGameState() public method

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

Draw() public method

public Draw ( GameTime gameTime ) : void
gameTime Microsoft.Xna.Framework.GameTime
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

Property Details

BigFont protected_oe property

protected SpriteFont,Microsoft.Xna.Framework.Graphics BigFont
return Microsoft.Xna.Framework.Graphics.SpriteFont

ControlManager protected_oe property

protected ControlManager ControlManager
return ControlManager

playerIndexInControl protected_oe property

protected PlayerIndex playerIndexInControl
return PlayerIndex