C# Class UnityEngine.VerticalScope

Disposable helper class for managing BeginVertical / EndVertical.

Inheritance: UnityEngine.GUI.Scope
ファイルを表示 Open project: CarlosHBC/UnityDecompiled

Public Methods

Method Description
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.

Protected Methods

Method Description
CloseScope ( ) : void

Method Details

CloseScope() protected method

protected CloseScope ( ) : void
return void

VerticalScope() public method

Create a new VerticalScope and begin the corresponding vertical group.

public VerticalScope ( ) : System
return System

VerticalScope() public method

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.
return System

VerticalScope() public method

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.
return System

VerticalScope() public method

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.
return System

VerticalScope() public method

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.
return System