C# Class PathfindingTest.State.StateManager

Show file Open project: Wotuu/RTS_XNA_v2 Class Usage Examples

Private Properties

Property Type Description
LoadMap void
StateManager System

Public Methods

Method Description
FinishedLoadingMap ( ) : void

Should be called when the map is finished with loading.

GetInstance ( ) : StateManager
PrepareMultiplayerGame ( ) : void

Prepares the multiplayer game

Private Methods

Method Description
LoadMap ( ) : void

Used for a-synchronous loading of the map.

StateManager ( ) : System

Method Details

FinishedLoadingMap() public method

Should be called when the map is finished with loading.
public FinishedLoadingMap ( ) : void
return void

GetInstance() public static method

public static GetInstance ( ) : StateManager
return StateManager

PrepareMultiplayerGame() public method

Prepares the multiplayer game
public PrepareMultiplayerGame ( ) : void
return void