C# Class BlisterUI.FalseFirstScreen

Inheritance: GameScreen
Afficher le fichier Open project: RegrowthStudios/VoxelRTS

Protected Properties

Свойство Type Description
doNext bool
nS int

Méthodes publiques

Méthode 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 méthode

public Build ( ) : void
Résultat void

Destroy() public méthode

public Destroy ( GameTime gameTime ) : void
gameTime Microsoft.Xna.Framework.GameTime
Résultat void

Draw() public méthode

public Draw ( GameTime gameTime ) : void
gameTime Microsoft.Xna.Framework.GameTime
Résultat void

FalseFirstScreen() public méthode

public FalseFirstScreen ( int nextScreen ) : System
nextScreen int
Résultat System

OnEntry() public méthode

public OnEntry ( GameTime gameTime ) : void
gameTime Microsoft.Xna.Framework.GameTime
Résultat void

OnExit() public méthode

public OnExit ( GameTime gameTime ) : void
gameTime Microsoft.Xna.Framework.GameTime
Résultat void

Update() public méthode

public Update ( GameTime gameTime ) : void
gameTime Microsoft.Xna.Framework.GameTime
Résultat void

Property Details

doNext protected_oe property

protected bool doNext
Résultat bool

nS protected_oe property

protected int nS
Résultat int