Legacy Documentation: Version 4.5.0

Script language:

  • JS
  • C#
  • Boo
Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

PopupWindowContent

Namespace: UnityEditor

Description

Class used to implement content for a popup window.

Variables

editorWindowThe EditorWindow that contains the popup content.

Functions

GetWindowSizeThe size of the popup window.
OnCloseCallback when the popup window is closed.
OnGUICallback for drawing GUI controls for the popup window.
OnOpenCallback when the popup window is opened.