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