Show / Hide Table of Contents

Class GUISkin

Inheritance
Object
Object
ScriptableObject
GUISkin
Inherited Members
ScriptableObject.SetDirty()
ScriptableObject.CreateInstance(String)
ScriptableObject.CreateInstance(Type)
ScriptableObject.CreateInstance<T>()
Object.GetInstanceID()
Object.GetHashCode()
Object.Equals(Object)
Object.name
Object.Instantiate(Object, Vector3, Quaternion)
Object.Instantiate(Object, Vector3, Quaternion, Transform)
Object.Instantiate(Object)
Object.Instantiate(Object, Transform)
Object.Instantiate(Object, Transform, Boolean)
Object.Instantiate<T>(T)
Object.Instantiate<T>(T, Vector3, Quaternion)
Object.Instantiate<T>(T, Vector3, Quaternion, Transform)
Object.Instantiate<T>(T, Transform)
Object.Instantiate<T>(T, Transform, Boolean)
Object.Destroy(Object, Single)
Object.Destroy(Object)
Object.DestroyImmediate(Object, Boolean)
Object.DestroyImmediate(Object)
Object.FindObjectsOfType(Type)
Object.DontDestroyOnLoad(Object)
Object.hideFlags
Object.DestroyObject(Object, Single)
Object.DestroyObject(Object)
Object.FindSceneObjectsOfType(Type)
Object.FindObjectsOfTypeIncludingAssets(Type)
Object.FindObjectsOfType<T>()
Object.FindObjectOfType<T>()
Object.FindObjectsOfTypeAll(Type)
Object.FindObjectOfType(Type)
Object.ToString()
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetType()
Object.MemberwiseClone()
Namespace: UnityEngine
Assembly: UnityEngine.dll
Syntax
[Serializable]
public sealed class GUISkin : ScriptableObject

Constructors

| Improve this Doc View Source

GUISkin()

Declaration
public GUISkin()

Properties

| Improve this Doc View Source

box

Declaration
public GUIStyle box { get; set; }
Property Value
Type Description
GUIStyle
| Improve this Doc View Source

button

Declaration
public GUIStyle button { get; set; }
Property Value
Type Description
GUIStyle
| Improve this Doc View Source

customStyles

Declaration
public GUIStyle[] customStyles { get; set; }
Property Value
Type Description
GUIStyle[]
| Improve this Doc View Source

font

Declaration
public Font font { get; set; }
Property Value
Type Description
Font
| Improve this Doc View Source

horizontalScrollbar

Declaration
public GUIStyle horizontalScrollbar { get; set; }
Property Value
Type Description
GUIStyle
| Improve this Doc View Source

horizontalScrollbarLeftButton

Declaration
public GUIStyle horizontalScrollbarLeftButton { get; set; }
Property Value
Type Description
GUIStyle
| Improve this Doc View Source

horizontalScrollbarRightButton

Declaration
public GUIStyle horizontalScrollbarRightButton { get; set; }
Property Value
Type Description
GUIStyle
| Improve this Doc View Source

horizontalScrollbarThumb

Declaration
public GUIStyle horizontalScrollbarThumb { get; set; }
Property Value
Type Description
GUIStyle
| Improve this Doc View Source

horizontalSlider

Declaration
public GUIStyle horizontalSlider { get; set; }
Property Value
Type Description
GUIStyle
| Improve this Doc View Source

horizontalSliderThumb

Declaration
public GUIStyle horizontalSliderThumb { get; set; }
Property Value
Type Description
GUIStyle
| Improve this Doc View Source

label

Declaration
public GUIStyle label { get; set; }
Property Value
Type Description
GUIStyle
| Improve this Doc View Source

scrollView

Declaration
public GUIStyle scrollView { get; set; }
Property Value
Type Description
GUIStyle
| Improve this Doc View Source

settings

Declaration
public GUISettings settings { get; }
Property Value
Type Description
GUISettings
| Improve this Doc View Source

textArea

Declaration
public GUIStyle textArea { get; set; }
Property Value
Type Description
GUIStyle
| Improve this Doc View Source

textField

Declaration
public GUIStyle textField { get; set; }
Property Value
Type Description
GUIStyle
| Improve this Doc View Source

toggle

Declaration
public GUIStyle toggle { get; set; }
Property Value
Type Description
GUIStyle
| Improve this Doc View Source

verticalScrollbar

Declaration
public GUIStyle verticalScrollbar { get; set; }
Property Value
Type Description
GUIStyle
| Improve this Doc View Source

verticalScrollbarDownButton

Declaration
public GUIStyle verticalScrollbarDownButton { get; set; }
Property Value
Type Description
GUIStyle
| Improve this Doc View Source

verticalScrollbarThumb

Declaration
public GUIStyle verticalScrollbarThumb { get; set; }
Property Value
Type Description
GUIStyle
| Improve this Doc View Source

verticalScrollbarUpButton

Declaration
public GUIStyle verticalScrollbarUpButton { get; set; }
Property Value
Type Description
GUIStyle
| Improve this Doc View Source

verticalSlider

Declaration
public GUIStyle verticalSlider { get; set; }
Property Value
Type Description
GUIStyle
| Improve this Doc View Source

verticalSliderThumb

Declaration
public GUIStyle verticalSliderThumb { get; set; }
Property Value
Type Description
GUIStyle
| Improve this Doc View Source

window

Declaration
public GUIStyle window { get; set; }
Property Value
Type Description
GUIStyle

Methods

| Improve this Doc View Source

FindStyle(String)

Declaration
public GUIStyle FindStyle(string styleName)
Parameters
Type Name Description
String styleName
Returns
Type Description
GUIStyle
| Improve this Doc View Source

GetEnumerator()

Declaration
public IEnumerator GetEnumerator()
Returns
Type Description
IEnumerator
| Improve this Doc View Source

GetStyle(String)

Declaration
public GUIStyle GetStyle(string styleName)
Parameters
Type Name Description
String styleName
Returns
Type Description
GUIStyle

Extension Methods

MustExtensions.MustBeEqual<T>(T, T)
MustExtensions.MustBeEqual<T>(T, T, String)
MustExtensions.MustNotBeEqual<T>(T, T)
MustExtensions.MustNotBeEqual<T>(T, T, String)
MustExtensions.MustBeNull<T>(T)
MustExtensions.MustBeNull<T>(T, String)
MustExtensions.MustNotBeNull<T>(T)
MustExtensions.MustNotBeNull<T>(T, String)
  • Improve this Doc
  • View Source
Back to top Generated by DocFX