C# Class FBClient.Screens.MenuScreens.CreditMenuScreen

Inheritance: BaseGameState
Afficher le fichier Open project: Noxalus/Final-Bomber Class Usage Examples

Méthodes publiques

Méthode Description
CreditMenuScreen ( Microsoft.Xna.Framework.Game game, GameStateManager manager ) : FBClient.Controls
Draw ( GameTime gameTime ) : void
Initialize ( ) : void
Update ( GameTime gameTime ) : void

Méthodes protégées

Méthode Description
LoadContent ( ) : void

Method Details

CreditMenuScreen() public méthode

public CreditMenuScreen ( Microsoft.Xna.Framework.Game game, GameStateManager manager ) : FBClient.Controls
game Microsoft.Xna.Framework.Game
manager FBClient.Controls.GameStateManager
Résultat FBClient.Controls

Draw() public méthode

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

Initialize() public méthode

public Initialize ( ) : void
Résultat void

LoadContent() protected méthode

protected LoadContent ( ) : void
Résultat void

Update() public méthode

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