IndentLevelScope
Creates an IndentLevelScope and increases the EditorGUI indent level.
Read time 1 minuteLast updated 5 days ago
Definition
- Type: Constructor
- Namespace: UnityEditor
- Assembly: UnityEditor.CoreModule
IndentLevelScope()
Creates an IndentLevelScope and increases the EditorGUI indent level.
public IndentLevelScope()
IndentLevelScope(int)
Creates an IndentLevelScope and increases the EditorGUI indent level.
public IndentLevelScope(int increment)
Parameters
The EditorGUI indent level will be increased by this amount inside the scope.