C# Class AIsOfCatan.MapScreen

Inheritance: TXAScreen
Afficher le fichier Open project: rasmusgreve/catan Class Usage Examples

Méthodes publiques

Méthode Description
MapScreen ( GameState initial ) : System
UpdateGameState ( GameState state ) : void

Private Methods

Méthode Description
GetPlayerColor ( int i ) : Color
GetRobberPos ( ) : Vector2
GetTerrainCoords ( int index ) : Edge
GetTerrainIndex ( int row, int col ) : int
InsertLogEvent ( string logText ) : void
OmittedTile ( int index ) : bool

Method Details

MapScreen() public méthode

public MapScreen ( GameState initial ) : System
initial GameState
Résultat System

UpdateGameState() public méthode

public UpdateGameState ( GameState state ) : void
state GameState
Résultat void