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

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

Méthodes publiques

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

Method Details

Draw() public méthode

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

Pause() public méthode

public Pause ( ) : void
Résultat void

Update() public méthode

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