C# 클래스 HoloToolkit.Unity.EditorGUILayoutExtensions

Extensions for the UnityEnditor.EditorGUILayout class.
파일 보기 프로젝트 열기: Microsoft/HoloToolkit-Unity 1 사용 예제들

공개 메소드들

메소드 설명
Button ( string text ) : bool
Button ( string text, GUIStyle style ) : bool
Label ( string text ) : void
Label ( string text, GUIStyle style ) : void

메소드 상세

Button() 공개 정적인 메소드

public static Button ( string text ) : bool
text string
리턴 bool

Button() 공개 정적인 메소드

public static Button ( string text, GUIStyle style ) : bool
text string
style UnityEngine.GUIStyle
리턴 bool

Label() 공개 정적인 메소드

public static Label ( string text ) : void
text string
리턴 void

Label() 공개 정적인 메소드

public static Label ( string text, GUIStyle style ) : void
text string
style UnityEngine.GUIStyle
리턴 void