C# 클래스 UnityEngine.GUILayout.VerticalScope

상속: UnityEngine.GUI.Scope
파일 보기 프로젝트 열기: randomize/VimConfig 1 사용 예제들

공개 메소드들

메소드 설명
VerticalScope ( ) : System
VerticalScope ( GUIContent content, GUIStyle style ) : System
VerticalScope ( GUIStyle style ) : System
VerticalScope ( Texture image, GUIStyle style ) : System
VerticalScope ( string text, GUIStyle style ) : System

보호된 메소드들

메소드 설명
CloseScope ( ) : void

메소드 상세

CloseScope() 보호된 메소드

protected CloseScope ( ) : void
리턴 void

VerticalScope() 공개 메소드

public VerticalScope ( ) : System
리턴 System

VerticalScope() 공개 메소드

public VerticalScope ( GUIContent content, GUIStyle style ) : System
content GUIContent
style GUIStyle
리턴 System

VerticalScope() 공개 메소드

public VerticalScope ( GUIStyle style ) : System
style GUIStyle
리턴 System

VerticalScope() 공개 메소드

public VerticalScope ( Texture image, GUIStyle style ) : System
image Texture
style GUIStyle
리턴 System

VerticalScope() 공개 메소드

public VerticalScope ( string text, GUIStyle style ) : System
text string
style GUIStyle
리턴 System