Class VolumeComponentEditor.IndentLevelScope
Like EditorGUI.IndentLevelScope but this one will also indent the override checkboxes.
Inherited Members
UnityEngine.GUI.Scope.Dispose()
Namespace: UnityEditor.Rendering
Syntax
protected class IndentLevelScope : GUI.Scope, IDisposable
Constructors
IndentLevelScope(Int32)
Constructor
Declaration
public IndentLevelScope(int offset = 15)
Parameters
Type | Name | Description |
---|---|---|
Int32 | offset | [optional] Change the indentation offset |
Methods
CloseScope()
Finishes the scope
Declaration
protected override void CloseScope()
Overrides
UnityEngine.GUI.Scope.CloseScope()