Property | Type | Description | |
---|---|---|---|
none |
Property | Type | Description | |
---|---|---|---|
ClearStaticCache | void | ||
Temp | |||
Temp | |||
Temp | |||
Temp | |||
Temp | |||
Temp | UnityEngine.GUIContent[] | ||
Temp | UnityEngine.GUIContent[] |
Method | Description | |
---|---|---|
GUIContent ( ) : System |
Constructor for GUIContent in all shapes and sizes.
|
|
GUIContent ( |
Build a GUIContent as a copy of another GUIContent.
|
|
GUIContent ( |
Build a GUIContent object containing only an image.
|
|
GUIContent ( |
Build a GUIContent containing an image. When the user hovers the mouse over it, the global GUI.tooltip is set to the tooltip.
|
|
GUIContent ( string text ) : System |
Build a GUIContent object containing only text.
|
|
GUIContent ( string text, |
Build a GUIContent object containing both text and an image.
|
|
GUIContent ( string text, |
Build a GUIContent that contains both text, an image and has a tooltip defined. When the user hovers the mouse over it, the global GUI.tooltip is set to the tooltip.
|
|
GUIContent ( string text, string tooltip ) : System |
Build a GUIContent containing some text. When the user hovers the mouse over it, the global GUI.tooltip is set to the tooltip.
|
Method | Description | |
---|---|---|
ClearStaticCache ( ) : void | ||
Temp ( |
||
Temp ( |
||
Temp ( string t ) : |
||
Temp ( string t, |
||
Temp ( string t, string tooltip ) : |
||
Temp ( |
||
Temp ( string texts ) : UnityEngine.GUIContent[] |
public GUIContent ( |
||
src | ||
return | System |
public GUIContent ( |
||
image | ||
tooltip | string | |
return | System |
public GUIContent ( string text, |
||
text | string | |
image | ||
return | System |
public GUIContent ( string text, |
||
text | string | |
image | ||
tooltip | string | |
return | System |
public GUIContent ( string text, string tooltip ) : System | ||
text | string | |
tooltip | string | |
return | System |