C# Class WarTornLands.Infrastructure.Systems.GameState.States.MainMenueState

Inheritance: BaseGameState
Afficher le fichier Open project: floAr/WarTornLands

Méthodes publiques

Méthode Description
Draw ( Microsoft gameTime ) : void
Initialize ( ) : void
LoadContent ( ) : void
Pause ( ) : void
Resume ( ) : void
Update ( Microsoft gameTime ) : void

Private Methods

Méthode Description
ExitGame ( object sender, EventArgs e ) : void
MainMenueState_Pressed ( object sender, EventArgs e ) : void
NewGame ( object sender, EventArgs e ) : void

Method Details

Draw() public méthode

public Draw ( Microsoft gameTime ) : void
gameTime Microsoft
Résultat void

Initialize() public méthode

public Initialize ( ) : void
Résultat void

LoadContent() public méthode

public LoadContent ( ) : void
Résultat void

Pause() public méthode

public Pause ( ) : void
Résultat void

Resume() public méthode

public Resume ( ) : void
Résultat void

Update() public méthode

public Update ( Microsoft gameTime ) : void
gameTime Microsoft
Résultat void