Version: 5.3 (switch to 5.4b)
言語English
  • C#
  • JS

スクリプト言語

好きな言語を選択してください。選択した言語でスクリプトコードが表示されます。

PopupWindow.Show

マニュアルに切り替える
public static void Show(Rect activatorRect, PopupWindowContent windowContent);

パラメーター

activatorRect ポップアップを開くボタンの Rect
windowContent ポップアップウィンドウに表示するコンテンツ

説明

PopupWindowContent をポップアップで表示します

関連項目: PopupWindow の例