Property | Type | Description | |
---|---|---|---|
SystemIsBusy | bool | ||
clearResourceTileSelectionIcon | |||
cursorSize | float | ||
deselectResourceTileIconOff | |||
deselectResourceTileIconOn | |||
inactiveGUIFade | float | ||
paintCursorDeselect | |||
paintCursorSelect | Texture2D | ||
panCursorDn | Texture2D | ||
panCursorUp | Texture2D | ||
panSelectionIconOff | Texture2D | ||
panSelectionIconOn | Texture2D | ||
selectResourceTileIconOff | Texture2D | ||
selectResourceTileIconOn | Texture2D | ||
styles | GUIStyles | ||
submitResourceTileSelectionIcon | Texture2D |
Property | Type | Description | |
---|---|---|---|
m_guiObjects | List |
Property | Type | Description | |
---|---|---|---|
Awake | void | ||
DownloadMinimap | IEnumerator | ||
OnDestroy | void | ||
OnGUI | void | ||
SetCursor | void | ||
SetInputSelection | void | ||
Start | void | ||
Update | void |
Method | Description | |
---|---|---|
AddGUIObject ( GUIObject, obj ) : void |
Adds the GUI object.
|
|
DisplayLoadingIcon ( float progress ) : void |
Displays the loading icon at the center of the screen.
|
|
DisplayLoadingIcon ( float progress, Vector2 position, Color color ) : void |
Displays the loading icon at the specified position.
|
|
InitializeGUI ( ) : void |
Initializes the GUI rects and styles.
|
|
IsCursorInGUI ( ) : bool |
Is the mouse cursor in a GUI rect?
|
|
PlayInvalidActionSound ( ) : void |
Plays the invalid action sound.
|
|
RemoveGUIObject ( GUIObject, obj ) : void |
Removes the GUI object.
|
|
SetErrorMessage ( string msg ) : void |
Sets the error message on the status line.
|
|
_ScreenResolutionChanged ( MessageScreenResolutionChanged, msg ) : void |
Handle screen resolution change event.
|
Method | Description | |
---|---|---|
InitGUIObjects ( ) : void |
Inits the GUI objects.
|
Method | Description | |
---|---|---|
Awake ( ) : void |
Initialize
|
|
DownloadMinimap ( ) : IEnumerator |
Downloads the minimap.
|
|
OnDestroy ( ) : void | ||
OnGUI ( ) : void |
Raises the GUI event.
|
|
SetCursor ( ) : void |
Sets the cursor.
|
|
SetInputSelection ( int selection ) : void | ||
Start ( ) : void |
Start this instance.
|
|
Update ( ) : void |
Update this instance.
|
public static AddGUIObject ( GUIObject, obj ) : void | ||
obj | GUIObject, | /// Object. /// |
return | void |
public DisplayLoadingIcon ( float progress ) : void | ||
progress | float | /// Normalized progress. /// |
return | void |
public DisplayLoadingIcon ( float progress, Vector2 position, Color color ) : void | ||
progress | float | /// Normalized progress. /// |
position | Vector2 | /// Position. /// |
color | Color | /// Color /// |
return | void |
public static RemoveGUIObject ( GUIObject, obj ) : void | ||
obj | GUIObject, | /// Object. /// |
return | void |
public SetErrorMessage ( string msg ) : void | ||
msg | string | /// Message. /// |
return | void |
public _ScreenResolutionChanged ( MessageScreenResolutionChanged, msg ) : void | ||
msg | MessageScreenResolutionChanged, | /// Message. /// |
return | void |
public Texture2D,UnityEngine clearResourceTileSelectionIcon | ||
return |
public Texture2D,UnityEngine deselectResourceTileIconOff | ||
return |
public Texture2D,UnityEngine deselectResourceTileIconOn | ||
return |
public Texture2D,UnityEngine paintCursorDeselect | ||
return |
public Texture2D selectResourceTileIconOff | ||
return | Texture2D |
public Texture2D selectResourceTileIconOn | ||
return | Texture2D |