Legacy Documentation: Version 5.2
LanguageEnglish
  • C#
  • JS

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

PopupWindow.Show

Switch to Manual
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.

Description

Show a popup with the given PopupWindowContent.