# DrawHeader()

> Call this function to draw the header of the editor.

## Definition

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

```csharp
public void DrawHeader()
```

### Remarks

This function is relevant if you are creating and managing your own Editor objects. Additional Resources: [Editor.CreateEditor](/engine/6000.6/script-reference/unityeditor/editor/createeditor.md).
