Version: 2020.2
언어: 한국어

PopupWindowContent

class in UnityEditor

매뉴얼로 전환

설명

Class used to implement content for a popup window.

See Also: PopupWindow with full example.

변수

editorWindowThe EditorWindow that contains the popup content.

Public 함수

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.