Method | Description | |
---|---|---|
BaseTextColor ( this style, Color c ) : GUIStyle | ||
Border ( this style, int left, int right, int top, int bottom ) : GUIStyle | ||
ClipText ( this style ) : GUIStyle | ||
Margin ( this style, int left, int right, int top, int bottom ) : GUIStyle | ||
Named ( this style, string name ) : GUIStyle | ||
NoBackgroundImages ( this style ) : GUIStyle | ||
Padding ( this style, int left, int right, int top, int bottom ) : GUIStyle | ||
ResetBoxModel ( this style ) : GUIStyle | ||
Size ( this style, int width, int height, bool stretchWidth, bool stretchHeight ) : GUIStyle |
public static BaseTextColor ( this style, Color c ) : GUIStyle | ||
style | this | |
c | Color | |
return | GUIStyle |
public static Border ( this style, int left, int right, int top, int bottom ) : GUIStyle | ||
style | this | |
left | int | |
right | int | |
top | int | |
bottom | int | |
return | GUIStyle |
public static ClipText ( this style ) : GUIStyle | ||
style | this | |
return | GUIStyle |
public static Margin ( this style, int left, int right, int top, int bottom ) : GUIStyle | ||
style | this | |
left | int | |
right | int | |
top | int | |
bottom | int | |
return | GUIStyle |
public static Named ( this style, string name ) : GUIStyle | ||
style | this | |
name | string | |
return | GUIStyle |
public static NoBackgroundImages ( this style ) : GUIStyle | ||
style | this | |
return | GUIStyle |
public static Padding ( this style, int left, int right, int top, int bottom ) : GUIStyle | ||
style | this | |
left | int | |
right | int | |
top | int | |
bottom | int | |
return | GUIStyle |
public static ResetBoxModel ( this style ) : GUIStyle | ||
style | this | |
return | GUIStyle |
public static Size ( this style, int width, int height, bool stretchWidth, bool stretchHeight ) : GUIStyle | ||
style | this | |
width | int | |
height | int | |
stretchWidth | bool | |
stretchHeight | bool | |
return | GUIStyle |