# RepaintAllInspectors()

> Instructs the Editor to repaint the inspector UI.

## Definition

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

> **Warning:**
>
> **Deprecated.** IOnPaint.RepaintAllInspectors has been deprecated. Use IOnPaint.Repaint instead

```csharp
void RepaintAllInspectors()
```
