Class PopupWindow
Inherited Members
Namespace: UnityEditor
Assembly: UnityEditor.dll
Syntax
public class PopupWindow : EditorWindow
Methods
| Improve this Doc View SourceOnDisable()
Declaration
protected virtual void OnDisable()
OnEnable()
Declaration
protected virtual void OnEnable()
Show(Rect, PopupWindowContent)
Declaration
public static void Show(Rect activatorRect, PopupWindowContent windowContent)
Parameters
Type | Name | Description |
---|---|---|
Rect | activatorRect | |
PopupWindowContent | windowContent |