Class EditorGUI.IndentLevelScope
Inheritance
EditorGUI.IndentLevelScope
Assembly: UnityEditor.dll
Syntax
public class IndentLevelScope : GUI.Scope, IDisposable
Constructors
|
Improve this Doc
View Source
IndentLevelScope()
Declaration
public IndentLevelScope()
|
Improve this Doc
View Source
IndentLevelScope(Int32)
Declaration
public IndentLevelScope(int increment)
Parameters
Type |
Name |
Description |
Int32 |
increment |
|
Methods
|
Improve this Doc
View Source
CloseScope()
Declaration
protected override void CloseScope()
Overrides
Implements
Extension Methods