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