GetWindowSize()
The size of the popup window.
Read time 1 minuteLast updated 4 days ago
Definition
- Type: Method
- Namespace: UnityEditor
- Assembly: UnityEditor
public virtual Vector2 GetWindowSize()
Returns
Type | Description |
|---|---|
| Vector2 | The size of the Popup window. |
Remarks
Implement this method only when not using PopupWindowContent.CreateGUI() to provide the content of the popup.
Additional Resources: PopupWindow with full example.