Class GUISkin
Assembly: UnityEngine.dll
Syntax
[Serializable]
public sealed class GUISkin : ScriptableObject
Constructors
|
Improve this Doc
View Source
GUISkin()
Declaration
Properties
|
Improve this Doc
View Source
box
Declaration
public GUIStyle box { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public GUIStyle button { get; set; }
Property Value
|
Improve this Doc
View Source
customStyles
Declaration
public GUIStyle[] customStyles { get; set; }
Property Value
|
Improve this Doc
View Source
font
Declaration
public Font font { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public GUIStyle horizontalScrollbar { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public GUIStyle horizontalScrollbarLeftButton { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public GUIStyle horizontalScrollbarRightButton { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public GUIStyle horizontalScrollbarThumb { get; set; }
Property Value
|
Improve this Doc
View Source
horizontalSlider
Declaration
public GUIStyle horizontalSlider { get; set; }
Property Value
|
Improve this Doc
View Source
horizontalSliderThumb
Declaration
public GUIStyle horizontalSliderThumb { get; set; }
Property Value
|
Improve this Doc
View Source
label
Declaration
public GUIStyle label { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public GUIStyle scrollView { get; set; }
Property Value
|
Improve this Doc
View Source
settings
Declaration
public GUISettings settings { get; }
Property Value
|
Improve this Doc
View Source
textArea
Declaration
public GUIStyle textArea { get; set; }
Property Value
|
Improve this Doc
View Source
textField
Declaration
public GUIStyle textField { get; set; }
Property Value
|
Improve this Doc
View Source
toggle
Declaration
public GUIStyle toggle { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public GUIStyle verticalScrollbar { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public GUIStyle verticalScrollbarDownButton { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public GUIStyle verticalScrollbarThumb { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public GUIStyle verticalScrollbarUpButton { get; set; }
Property Value
|
Improve this Doc
View Source
verticalSlider
Declaration
public GUIStyle verticalSlider { get; set; }
Property Value
|
Improve this Doc
View Source
verticalSliderThumb
Declaration
public GUIStyle verticalSliderThumb { get; set; }
Property Value
|
Improve this Doc
View Source
window
Declaration
public GUIStyle window { get; set; }
Property Value
Methods
|
Improve this Doc
View Source
FindStyle(String)
Declaration
public GUIStyle FindStyle(string styleName)
Parameters
Type |
Name |
Description |
String |
styleName |
|
Returns
|
Improve this Doc
View Source
GetEnumerator()
Declaration
public IEnumerator GetEnumerator()
Returns
|
Improve this Doc
View Source
GetStyle(String)
Declaration
public GUIStyle GetStyle(string styleName)
Parameters
Type |
Name |
Description |
String |
styleName |
|
Returns
Extension Methods