Class GUIContent
Assembly: UnityEngine.dll
Syntax
[Serializable]
public class GUIContent
Constructors
|
Improve this Doc
View Source
GUIContent()
Declaration
|
Improve this Doc
View Source
GUIContent(String)
Declaration
public GUIContent(string text)
Parameters
Type |
Name |
Description |
String |
text |
|
|
Improve this Doc
View Source
GUIContent(String, String)
Declaration
public GUIContent(string text, string tooltip)
Parameters
|
Improve this Doc
View Source
GUIContent(String, Texture)
Declaration
public GUIContent(string text, Texture image)
Parameters
|
Improve this Doc
View Source
GUIContent(String, Texture, String)
Declaration
public GUIContent(string text, Texture image, string tooltip)
Parameters
|
Improve this Doc
View Source
GUIContent(GUIContent)
Declaration
public GUIContent(GUIContent src)
Parameters
|
Improve this Doc
View Source
GUIContent(Texture)
Declaration
public GUIContent(Texture image)
Parameters
Type |
Name |
Description |
Texture |
image |
|
|
Improve this Doc
View Source
GUIContent(Texture, String)
Declaration
public GUIContent(Texture image, string tooltip)
Parameters
Fields
|
Improve this Doc
View Source
none
Declaration
public static GUIContent none
Field Value
Properties
|
Improve this Doc
View Source
image
Declaration
public Texture image { get; set; }
Property Value
|
Improve this Doc
View Source
text
Declaration
public string text { get; set; }
Property Value
|
Improve this Doc
View Source
tooltip
Declaration
public string tooltip { get; set; }
Property Value
Extension Methods