Class SettingsGUILayout.IndentedGroup
Create an indented GUI section.
Inheritance
System.Object
SettingsGUILayout.IndentedGroup
Namespace: UnityEditor.SettingsManagement
Syntax
public class IndentedGroup : IDisposable
Constructors
IndentedGroup(Boolean)
Create an indented GUI section.
Declaration
public IndentedGroup(bool enabled = true)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Boolean | enabled |
IndentedGroup(String)
Create an indented GUI section with a header.
Declaration
public IndentedGroup(string label)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | label |
Methods
Dispose()
Revert the GUI indent back to it's original value.
Declaration
public void Dispose()