C# Class BlisterUI.FalseFirstScreen

Inheritance: GameScreen
Show file Open project: RegrowthStudios/VoxelRTS

Protected Properties

Property Type Description
doNext bool
nS int

Public Methods

Method Description
Build ( ) : void
Destroy ( GameTime gameTime ) : void
Draw ( GameTime gameTime ) : void
FalseFirstScreen ( int nextScreen ) : System
OnEntry ( GameTime gameTime ) : void
OnExit ( GameTime gameTime ) : void
Update ( GameTime gameTime ) : void

Method Details

Build() public method

public Build ( ) : void
return void

Destroy() public method

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

Draw() public method

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

FalseFirstScreen() public method

public FalseFirstScreen ( int nextScreen ) : System
nextScreen int
return System

OnEntry() public method

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

OnExit() public method

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

Update() public method

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

Property Details

doNext protected property

protected bool doNext
return bool

nS protected property

protected int nS
return int