C# 클래스 AIsOfCatan.MapScreen

상속: TXAScreen
파일 보기 프로젝트 열기: rasmusgreve/catan 1 사용 예제들

공개 메소드들

메소드 설명
MapScreen ( GameState initial ) : System
UpdateGameState ( GameState state ) : void

비공개 메소드들

메소드 설명
GetPlayerColor ( int i ) : Color
GetRobberPos ( ) : Vector2
GetTerrainCoords ( int index ) : Edge
GetTerrainIndex ( int row, int col ) : int
InsertLogEvent ( string logText ) : void
OmittedTile ( int index ) : bool

메소드 상세

MapScreen() 공개 메소드

public MapScreen ( GameState initial ) : System
initial GameState
리턴 System

UpdateGameState() 공개 메소드

public UpdateGameState ( GameState state ) : void
state GameState
리턴 void