C# Class UnityEngine.GUISkin

Inheritance: ScriptableObject
ファイルを表示 Open project: CarlosHBC/UnityDecompiled Class Usage Examples

Private Properties

Property Type Description
Apply void
BuildStyleCache void
CleanupRoots void
MakeCurrent void
OnEnable void

Public Methods

Method Description
FindStyle ( string styleName ) : GUIStyle

Try to search for a GUIStyle. This functions returns NULL and does not give an error.

GetEnumerator ( ) : IEnumerator
GetStyle ( string styleName ) : GUIStyle

Get a named GUIStyle.

Private Methods

Method Description
Apply ( ) : void
BuildStyleCache ( ) : void
CleanupRoots ( ) : void
MakeCurrent ( ) : void
OnEnable ( ) : void

Method Details

FindStyle() public method

Try to search for a GUIStyle. This functions returns NULL and does not give an error.

public FindStyle ( string styleName ) : GUIStyle
styleName string
return GUIStyle

GetEnumerator() public method

public GetEnumerator ( ) : IEnumerator
return IEnumerator

GetStyle() public method

Get a named GUIStyle.

public GetStyle ( string styleName ) : GUIStyle
styleName string
return GUIStyle