C# Class TiaraFramework.Component.StageManager

Inheritance: Microsoft.Xna.Framework.GameComponent
Afficher le fichier Open project: TiaraGames/TiaraFramework

Méthodes publiques

Méthode Description
Initialize ( ) : void
StageManager ( Microsoft.Xna.Framework.Game game, StageIndex firstStage = StageIndex.Null ) : System
Update ( GameTime gameTime ) : void

Method Details

Initialize() public méthode

public Initialize ( ) : void
Résultat void

StageManager() public méthode

public StageManager ( Microsoft.Xna.Framework.Game game, StageIndex firstStage = StageIndex.Null ) : System
game Microsoft.Xna.Framework.Game
firstStage StageIndex
Résultat System

Update() public méthode

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