LanguageEnglish
  • C#
  • JS

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

This version of Unity is unsupported.

EditorGUI.IndentLevelScope Constructor

public EditorGUI.IndentLevelScope();
public EditorGUI.IndentLevelScope(int increment);

Parameters

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

Description

Creates an IndentLevelScope and increases the EditorGUI indent level.