Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


DrawHeader()

Call this function to draw the header of the editor.
Read time 1 minuteLast updated 5 days ago

Definition

  • Type: Method
  • Namespace: UnityEditor
  • Assembly: UnityEditor.CoreModule
public void DrawHeader()

Remarks

This function is relevant if you are creating and managing your own Editor objects. Additional Resources: Editor.CreateEditor.