C# Class HorizontalScope, UnityDecompiled

Disposable helper class for managing BeginHorizontal / EndHorizontal.

Inheritance: GUI.Scope
Exibir arquivo Open project: CarlosHBC/UnityDecompiled Class Usage Examples

Public Methods

Method Description
HorizontalScope ( )

Create a new HorizontalScope and begin the corresponding horizontal group.

HorizontalScope ( GUIStyle, style )

Create a new HorizontalScope and begin the corresponding horizontal group.

Protected Methods

Method Description
CloseScope ( ) : void

Private Methods

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

Method Details

CloseScope() protected method

protected CloseScope ( ) : void
return void

HorizontalScope() public method

Create a new HorizontalScope and begin the corresponding horizontal group.

public HorizontalScope ( )

HorizontalScope() public method

Create a new HorizontalScope and begin the corresponding horizontal group.

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