C# Class BlisterUI.LogoScreen

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

Protected Properties

Свойство Type Description
logoList LogoList

Méthodes publiques

Méthode Description
Build ( ) : void
Destroy ( GameTime gameTime ) : void
Draw ( GameTime gameTime ) : void
LogoScreen ( int previousScreen, 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

LogoScreen() public méthode

public LogoScreen ( int previousScreen, int nextScreen ) : System
previousScreen int
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

logoList protected_oe property

protected LogoList logoList
Résultat LogoList