This version of Unity is unsupported.

EditorGUI.IndentLevelScope Constructor

Declaration

public EditorGUI.IndentLevelScope();

Declaration

public EditorGUI.IndentLevelScope(int increment);

Parameters

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

Description

Creates an IndentLevelScope and increases the EditorGUI indent level.