public static void Show (Rect activatorRect, PopupWindowContent windowContent);

파라미터

activatorRectThe rect of the button that opens the popup.
windowContentThe content to show in the popup window.

설명

Show a popup with the given PopupWindowContent.

See Also: PopupWindow with full example.