Class SettingsGUILayout.IndentedGroup
Create an indented GUI section.
Implements
Inherited Members
Namespace: UnityEditor.SettingsManagement
Assembly: Unity.Settings.Editor.dll
Syntax
public class SettingsGUILayout.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()