Property | Type | Description | |
---|---|---|---|
Completed | System.Action |
Method | Description | |
---|---|---|
Draw ( ) : void | ||
Initialize ( GameMain gameMain, string &reason ) : bool | ||
LoadEmpire ( Empire empire, List |
||
MouseDown ( int x, int y ) : bool | ||
MouseHover ( int x, int y, float frameDeltaTime ) : bool | ||
MouseUp ( int x, int y ) : bool |
Method | Description | |
---|---|---|
LoadNextTech ( ) : void | ||
RefreshTechButtons ( ) : void |
public Initialize ( GameMain gameMain, string &reason ) : bool | ||
gameMain | GameMain | |
reason | string | |
return | bool |
public LoadEmpire ( Empire empire, List |
||
empire | Empire | |
fields | List |
|
return | void |
public MouseHover ( int x, int y, float frameDeltaTime ) : bool | ||
x | int | |
y | int | |
frameDeltaTime | float | |
return | bool |