C# 클래스 UnityEngine.GUILayout

파일 보기 프로젝트 열기: jbruening/UnEngine 1 사용 예제들

공개 메소드들

메소드 설명
BeginHorizontal ( ) : void
Button ( string text ) : bool
EndHorizontal ( ) : void
HorizontalSlider ( float value, float leftValue, float rightValue ) : float
HorizontalSlider ( float value, float leftValue, float rightValue, GUIStyle slider, GUIStyle thumb ) : float
Label ( GUIContent content ) : void
Label ( GUIContent content, GUIStyle style ) : void
Label ( Texture image ) : void
Label ( Texture image, GUIStyle style ) : void
Label ( string text ) : void
Label ( string text, GUIStyle style ) : void
Toggle ( bool value, GUIContent content ) : bool
Toggle ( bool value, GUIContent content, GUIStyle style ) : bool
Toggle ( bool value, Texture image ) : bool
Toggle ( bool value, Texture image, GUIStyle style ) : bool
Toggle ( bool value, string text ) : bool
Toggle ( bool value, string text, GUIStyle style ) : bool
Window ( int id, Rect screenRect, WindowFunction func, GUIContent content ) : Rect
Window ( int id, Rect screenRect, WindowFunction func, GUIContent content, GUIStyle style ) : Rect
Window ( int id, Rect screenRect, WindowFunction func, Texture image ) : Rect
Window ( int id, Rect screenRect, WindowFunction func, Texture image, GUIStyle style ) : Rect
Window ( int id, Rect screenRect, WindowFunction func, string text ) : Rect
Window ( int id, Rect screenRect, WindowFunction func, string text, GUIStyle style ) : Rect

메소드 상세

BeginHorizontal() 공개 정적인 메소드

public static BeginHorizontal ( ) : void
리턴 void

Button() 공개 정적인 메소드

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

EndHorizontal() 공개 정적인 메소드

public static EndHorizontal ( ) : void
리턴 void

HorizontalSlider() 공개 정적인 메소드

public static HorizontalSlider ( float value, float leftValue, float rightValue ) : float
value float
leftValue float
rightValue float
리턴 float

HorizontalSlider() 공개 정적인 메소드

public static HorizontalSlider ( float value, float leftValue, float rightValue, GUIStyle slider, GUIStyle thumb ) : float
value float
leftValue float
rightValue float
slider GUIStyle
thumb GUIStyle
리턴 float

Label() 공개 정적인 메소드

public static Label ( GUIContent content ) : void
content GUIContent
리턴 void

Label() 공개 정적인 메소드

public static Label ( GUIContent content, GUIStyle style ) : void
content GUIContent
style GUIStyle
리턴 void

Label() 공개 정적인 메소드

public static Label ( Texture image ) : void
image Texture
리턴 void

Label() 공개 정적인 메소드

public static Label ( Texture image, GUIStyle style ) : void
image Texture
style GUIStyle
리턴 void

Label() 공개 정적인 메소드

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

Label() 공개 정적인 메소드

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

Toggle() 공개 정적인 메소드

public static Toggle ( bool value, GUIContent content ) : bool
value bool
content GUIContent
리턴 bool

Toggle() 공개 정적인 메소드

public static Toggle ( bool value, GUIContent content, GUIStyle style ) : bool
value bool
content GUIContent
style GUIStyle
리턴 bool

Toggle() 공개 정적인 메소드

public static Toggle ( bool value, Texture image ) : bool
value bool
image Texture
리턴 bool

Toggle() 공개 정적인 메소드

public static Toggle ( bool value, Texture image, GUIStyle style ) : bool
value bool
image Texture
style GUIStyle
리턴 bool

Toggle() 공개 정적인 메소드

public static Toggle ( bool value, string text ) : bool
value bool
text string
리턴 bool

Toggle() 공개 정적인 메소드

public static Toggle ( bool value, string text, GUIStyle style ) : bool
value bool
text string
style GUIStyle
리턴 bool

Window() 공개 정적인 메소드

public static Window ( int id, Rect screenRect, WindowFunction func, GUIContent content ) : Rect
id int
screenRect Rect
func WindowFunction
content GUIContent
리턴 Rect

Window() 공개 정적인 메소드

public static Window ( int id, Rect screenRect, WindowFunction func, GUIContent content, GUIStyle style ) : Rect
id int
screenRect Rect
func WindowFunction
content GUIContent
style GUIStyle
리턴 Rect

Window() 공개 정적인 메소드

public static Window ( int id, Rect screenRect, WindowFunction func, Texture image ) : Rect
id int
screenRect Rect
func WindowFunction
image Texture
리턴 Rect

Window() 공개 정적인 메소드

public static Window ( int id, Rect screenRect, WindowFunction func, Texture image, GUIStyle style ) : Rect
id int
screenRect Rect
func WindowFunction
image Texture
style GUIStyle
리턴 Rect

Window() 공개 정적인 메소드

public static Window ( int id, Rect screenRect, WindowFunction func, string text ) : Rect
id int
screenRect Rect
func WindowFunction
text string
리턴 Rect

Window() 공개 정적인 메소드

public static Window ( int id, Rect screenRect, WindowFunction func, string text, GUIStyle style ) : Rect
id int
screenRect Rect
func WindowFunction
text string
style GUIStyle
리턴 Rect