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

Parámetros

activatorRect The rect of the button that opens the popup.
windowContent The content to show in the popup window.

Descripción

Show a popup with the given PopupWindowContent.

See Also: PopupWindow with full example.