C# 클래스 UnityEngine.VerticalScope

Disposable helper class for managing BeginVertical / EndVertical.

상속: UnityEngine.GUI.Scope
파일 보기 프로젝트 열기: CarlosHBC/UnityDecompiled

공개 메소드들

메소드 설명
VerticalScope ( ) : System

Create a new VerticalScope and begin the corresponding vertical group.

VerticalScope ( GUIContent content, GUIStyle style ) : System

Create a new VerticalScope and begin the corresponding vertical group.

VerticalScope ( GUIStyle style ) : System

Create a new VerticalScope and begin the corresponding vertical group.

VerticalScope ( Texture image, GUIStyle style ) : System

Create a new VerticalScope and begin the corresponding vertical group.

VerticalScope ( string text, GUIStyle style ) : System

Create a new VerticalScope and begin the corresponding vertical group.

보호된 메소드들

메소드 설명
CloseScope ( ) : void

메소드 상세

CloseScope() 보호된 메소드

protected CloseScope ( ) : void
리턴 void

VerticalScope() 공개 메소드

Create a new VerticalScope and begin the corresponding vertical group.

public VerticalScope ( ) : System
리턴 System

VerticalScope() 공개 메소드

Create a new VerticalScope and begin the corresponding vertical group.

public VerticalScope ( GUIContent content, GUIStyle style ) : System
content GUIContent Text, image, and tooltip for this group.
style GUIStyle The style to use for background image and padding values. If left out, the background is transparent.
리턴 System

VerticalScope() 공개 메소드

Create a new VerticalScope and begin the corresponding vertical group.

public VerticalScope ( GUIStyle style ) : System
style GUIStyle The style to use for background image and padding values. If left out, the background is transparent.
리턴 System

VerticalScope() 공개 메소드

Create a new VerticalScope and begin the corresponding vertical group.

public VerticalScope ( Texture image, GUIStyle style ) : System
image Texture Texture to display on group.
style GUIStyle The style to use for background image and padding values. If left out, the background is transparent.
리턴 System

VerticalScope() 공개 메소드

Create a new VerticalScope and begin the corresponding vertical group.

public VerticalScope ( string text, GUIStyle style ) : System
text string Text to display on group.
style GUIStyle The style to use for background image and padding values. If left out, the background is transparent.
리턴 System