C# Class Swordening.GameStateHandler

Afficher le fichier Open project: ArghyV/Peliohjelmointi-s2011 Class Usage Examples

Méthodes publiques

Méthode Description
GameStateHandler ( SwordeningGame game ) : System

Constructs the handler.

Private Methods

Méthode Description
ChangeGameState ( GameStates newState ) : void

Switches to a different state.

InitializeGameState ( GameStates gameState ) : void

Initializes the game state.

Method Details

GameStateHandler() public méthode

Constructs the handler.
public GameStateHandler ( SwordeningGame game ) : System
game SwordeningGame the XNA game
Résultat System