Show(Rect, PopupWindowContent)
Show a popup with the given PopupWindowContent.
Read time 1 minuteLast updated 4 days ago
Definition
- Type: Method
- Namespace: UnityEditor
- Assembly: UnityEditor
public static void Show(Rect activatorRect, PopupWindowContent windowContent)
Parameters
The rect of the button that opens the popup.
The content to show in the popup window.
Remarks
Additional Resources: PopupWindow with full example.