# IndentLevelScope

> Creates an IndentLevelScope and increases the EditorGUI indent level.

## Definition

* **Type:** Constructor
* **Namespace:** [UnityEditor](/engine/6000.6/script-reference/unityeditor.md)
* **Assembly:** UnityEditor.CoreModule

## IndentLevelScope()

Creates an IndentLevelScope and increases the EditorGUI indent level.

```csharp
public IndentLevelScope()
```

## IndentLevelScope(int)

Creates an IndentLevelScope and increases the EditorGUI indent level.

```csharp
public IndentLevelScope(int increment)
```

### Parameters

**** (\[int]\(https\://learn.microsoft.com/dotnet/api/system.int32)): The EditorGUI indent level will be increased by this amount inside the scope.
