Version: 2023.2
언어: 한국어
public static void Show (Rect activatorRect, PopupWindowContent windowContent);

파라미터

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

설명

Show a popup with the given PopupWindowContent.

Additional resources: PopupWindow with full example.