Class SettingsGUILayout.IndentedGroup
Provides methods for creating and managing indented GUI sections.
Namespace: UnityEditor.SettingsManagement
Syntax
public class IndentedGroup : IDisposable
Constructors
IndentedGroup()
Creates an indented GUI section.
Declaration
public IndentedGroup()
IndentedGroup(String)
Creates an indented GUI section with a label.
Declaration
public IndentedGroup(string label)
Parameters
| Type | Name | Description |
|---|---|---|
| String | label | The name of the section to display in the UI as a label. |
Methods
Dispose()
Reverts the GUI indent back to its original value.
Declaration
public void Dispose()