Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


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

activatorRect

The rect of the button that opens the popup.

windowContent

The content to show in the popup window.

Remarks

Additional Resources: PopupWindow with full example.