C# Class FBClient.Screens.GameScreens.BaseGamePlayScreen

Inheritance: BaseGameState
Show file Open project: Noxalus/Final-Bomber

Protected Properties

Property Type Description
BadItemTimerBar Microsoft.Xna.Framework.Graphics.Texture2D
Cross Microsoft.Xna.Framework.Graphics.Texture2D
GameFont Microsoft.Xna.Framework.Graphics.SpriteFont
HudMarginLeft int
HudOrigin Microsoft.Xna.Framework.Point
HudTopSpace int
ItemInfoIcon Microsoft.Xna.Framework.Graphics.Texture2D
ScoresWindowBox FBClient.GUI.WindowBox
SmallFont Microsoft.Xna.Framework.Graphics.SpriteFont
TimerWindowBox FBClient.GUI.WindowBox
WindowSkin Microsoft.Xna.Framework.Graphics.Texture2D

Public Methods

Method Description
Draw ( GameTime gameTime ) : void
Initialize ( ) : void

Protected Methods

Method Description
BaseGamePlayScreen ( Microsoft.Xna.Framework.Game game, GameStateManager manager ) : FBClient.Controls
LoadContent ( ) : void

Method Details

BaseGamePlayScreen() protected method

protected BaseGamePlayScreen ( Microsoft.Xna.Framework.Game game, GameStateManager manager ) : FBClient.Controls
game Microsoft.Xna.Framework.Game
manager FBClient.Controls.GameStateManager
return FBClient.Controls

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

Property Details

BadItemTimerBar protected property

protected Texture2D,Microsoft.Xna.Framework.Graphics BadItemTimerBar
return Microsoft.Xna.Framework.Graphics.Texture2D

Cross protected property

protected Texture2D,Microsoft.Xna.Framework.Graphics Cross
return Microsoft.Xna.Framework.Graphics.Texture2D

GameFont protected property

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

HudMarginLeft protected property

protected int HudMarginLeft
return int

HudOrigin protected property

protected Point,Microsoft.Xna.Framework HudOrigin
return Microsoft.Xna.Framework.Point

HudTopSpace protected property

protected int HudTopSpace
return int

ItemInfoIcon protected property

protected Texture2D,Microsoft.Xna.Framework.Graphics ItemInfoIcon
return Microsoft.Xna.Framework.Graphics.Texture2D

ScoresWindowBox protected property

protected WindowBox,FBClient.GUI ScoresWindowBox
return FBClient.GUI.WindowBox

SmallFont protected property

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

TimerWindowBox protected property

protected WindowBox,FBClient.GUI TimerWindowBox
return FBClient.GUI.WindowBox

WindowSkin protected property

protected Texture2D,Microsoft.Xna.Framework.Graphics WindowSkin
return Microsoft.Xna.Framework.Graphics.Texture2D