Property | Type | Description | |
---|---|---|---|
cashReadoutIcon | |||
kPaintSelectionInputMode | string |
Property | Type | Description | |
---|---|---|---|
turnStatus | bool |
Property | Type | Description | |
---|---|---|---|
InitializeActionButtons | void | ||
UpdateActionButtons | void | ||
changeTurn | void |
Method | Description | |
---|---|---|
BottomTrayGUI ( ) : UnityEngine |
Initializes a new instance of the BottomTrayGUI class.
|
|
DisplayStatusLine ( string message ) : void |
Displays a status line at the bottom with the specified message
|
|
DisplayStatusLine ( string message, GUIStyle textStyle ) : void |
Displays a status line at the bottom with the specified message
|
|
Draw ( ) : void |
Displays the tray at the bottom of the screen with action buttons, etc.
|
|
DrawNumericInputField ( int currentValue ) : int |
Draws a numeric input field.
|
|
IsMouseOver ( ) : bool |
Determines whether this instance is mouse over.
|
|
SetActionControlsRectHeight ( float height ) : void |
Sets the height of the action controls rect.
|
Method | Description | |
---|---|---|
DrawButtons ( ) : void |
Draws the buttons.
|
Method | Description | |
---|---|---|
InitializeActionButtons ( ) : void |
Initializes the action buttons.
|
|
UpdateActionButtons ( ) : void |
Update this instance.
|
|
changeTurn ( bool status ) : void |
Changes the turn.
|
public static DisplayStatusLine ( string message ) : void | ||
message | string |
/// A |
return | void |
public static DisplayStatusLine ( string message, GUIStyle textStyle ) : void | ||
message | string |
/// A |
textStyle | GUIStyle |
/// A |
return | void |
public static DrawNumericInputField ( int currentValue ) : int | ||
currentValue | int | /// Current value. /// |
return | int |
public SetActionControlsRectHeight ( float height ) : void | ||
height | float | /// Height. /// |
return | void |
public Texture2D,UnityEngine cashReadoutIcon | ||
return |
public static string kPaintSelectionInputMode | ||
return | string |