# RepaintFlags

> Flags that indicate what to repaint on the Terrain tools.

## Definition

* **Type:** Enum
* **Namespace:** [UnityEditor.TerrainTools](/engine/6000.5/script-reference/unityeditor/terraintools.md)
* **Assembly:** UnityEditor

```csharp
[Flags]
public enum RepaintFlags
```

## Fields

| Value                                                                                   | Description             |
| --------------------------------------------------------------------------------------- | ----------------------- |
| [Scene](/engine/6000.5/script-reference/unityeditor/terraintools/repaintflags/scene.md) | Repaint the Scene view. |
| [UI](/engine/6000.5/script-reference/unityeditor/terraintools/repaintflags/ui.md)       | Repaint the tool UI.    |
