LanguageEnglish
  • C#
  • JS

Script language

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

This version of Unity is unsupported.

PopupWindow.Show

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

Parameters

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

Description

Show a popup with the given PopupWindowContent.

See Also: PopupWindow with full example.