PopupWindowContent
Class used to implement content for a popup window.
Read time 1 minuteLast updated 5 days ago
Definition
- Type: Class
- Namespace: UnityEditor
- Assembly: UnityEditor.CoreModule
public abstract class PopupWindowContent
Remarks
Additional Resources: PopupWindow with full example.
Properties
Property | Description |
|---|---|
| editorWindow | The EditorWindow that contains the popup content. |
Methods
Method | Description |
|---|---|
| CreateGUI | Creates custom GUI with UI Toolkit for the popup. |
| GetWindowSize | The size of the popup window. |
| OnClose | Callback when the popup window is closed. |
| OnGUI | Callback for drawing GUI controls for the popup window. |
| OnOpen | Callback when the popup window is opened. |