Property | Type | Description | |
---|---|---|---|
bounds | Rect | ||
content | GUIContent | ||
shadowColor | Color | ||
textColor | Color |
Method | Description | |
---|---|---|
AddTexture ( GUIFont, font, |
||
AddTextureNoOffset ( GUIFont, font, |
||
GetTexture ( GUIFont, font ) : |
||
LabelContent ( GUIContent c, Rect b, Color t, Color s ) : UnityEngine | ||
LabelContent ( GUIContent c, float x, float y, Color t, Color s, GUIFont, font ) : UnityEngine |
public AddTexture ( GUIFont, font, |
||
font | GUIFont, | |
texture | ||
dp | DialoguePosition, | |
return |
public AddTextureNoOffset ( GUIFont, font, |
||
font | GUIFont, | |
texture | ||
dp | DialoguePosition, | |
return |
public GetTexture ( GUIFont, font ) : |
||
font | GUIFont, | |
return |
public LabelContent ( GUIContent c, Rect b, Color t, Color s ) : UnityEngine | ||
c | GUIContent | |
b | Rect | |
t | Color | |
s | Color | |
return | UnityEngine |
public LabelContent ( GUIContent c, float x, float y, Color t, Color s, GUIFont, font ) : UnityEngine | ||
c | GUIContent | |
x | float | |
y | float | |
t | Color | |
s | Color | |
font | GUIFont, | |
return | UnityEngine |