C# Class VerticalScope, UnityDecompiled

Disposable helper class for managing BeginVertical / EndVertical.

Inheritance: GUI.Scope
Datei anzeigen Open project: CarlosHBC/UnityDecompiled Class Usage Examples

Public Methods

Method Description
VerticalScope ( )

Create a new VerticalScope and begin the corresponding vertical group.

VerticalScope ( GUIStyle, style )

Create a new VerticalScope and begin the corresponding vertical group.

Protected Methods

Method Description
CloseScope ( ) : void

Private Methods

Method Description
VerticalScope ( GUIContent, content, GUIStyle, style )

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 ( )

VerticalScope() public method

Create a new VerticalScope and begin the corresponding vertical group.

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