# Repaint()

> Make the window repaint. This queues a command to render the window on the next frame.

## Definition

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

```csharp
public void Repaint()
```
