C# 클래스 UnityEngine.GUISkin

상속: ScriptableObject
파일 보기 프로젝트 열기: CarlosHBC/UnityDecompiled 1 사용 예제들

Private Properties

프로퍼티 타입 설명
Apply void
BuildStyleCache void
CleanupRoots void
MakeCurrent void
OnEnable void

공개 메소드들

메소드 설명
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.

비공개 메소드들

메소드 설명
Apply ( ) : void
BuildStyleCache ( ) : void
CleanupRoots ( ) : void
MakeCurrent ( ) : void
OnEnable ( ) : void

메소드 상세

FindStyle() 공개 메소드

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

public FindStyle ( string styleName ) : GUIStyle
styleName string
리턴 GUIStyle

GetEnumerator() 공개 메소드

public GetEnumerator ( ) : IEnumerator
리턴 IEnumerator

GetStyle() 공개 메소드

Get a named GUIStyle.

public GetStyle ( string styleName ) : GUIStyle
styleName string
리턴 GUIStyle