Version: 2018.1
Experimental: this API is experimental and might be changed or removed in the future.

ContextualMenu

class in UnityEngine.Experimental.UIElements

マニュアルに切り替える

説明

A contextual menu.

コンストラクタ

ContextualMenuコンストラクター

Public 関数

AppendActionAdd an item that will execute an action in the contextual menu. The item is added at the end of the current item list.
AppendSeparatorAdd a separator line in the menu. The separator is added at the end of the current item list.
InsertActionAdd an item that will execute an action in the contextual menu. The item is added at the end of the specified index in the list.
InsertSeparatorAdd a separator line in the menu. The separator is added at the end of the specified index in the list.
MenuItemsGet the list of menu items.
PrepareForDisplayUpdate the status of all items by calling their status callback and remove the separators in excess. This is called just before displaying the menu.