Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


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

increment

The EditorGUI indent level will be increased by this amount inside the scope.