Property | Type | Description | |
---|---|---|---|
centeredStyle | GUIStyle |
Method | Description | |
---|---|---|
Draw ( ) : void | ||
GUILabelCentered ( string aString, Rect rect ) : UnityEngine | ||
GUILabelCentered ( string aString, float x, float y, float width, float height ) : UnityEngine |
public GUILabelCentered ( string aString, Rect rect ) : UnityEngine | ||
aString | string | |
rect | Rect | |
return | UnityEngine |
public GUILabelCentered ( string aString, float x, float y, float width, float height ) : UnityEngine | ||
aString | string | |
x | float | |
y | float | |
width | float | |
height | float | |
return | UnityEngine |