PopupWindowContent

class in UnityEditor

/

Implemented in:UnityEditor

Description 描述

Class used to implement content for a popup window.

See Also: PopupWindow with full example.

Properties 属性

editorWindowThe EditorWindow that contains the popup content.

Public Methods 公共方法

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.