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

MenuAction

class in UnityEngine.Experimental.UIElements

/

继承自:Experimental.UIElements.DropdownMenu.MenuItem

切换到手册

描述

菜单操作项目。

变量

eventInfoProvides information on the event that triggered the drop-down menu.
nameThe name of the item. The name can be prefixed by its submenu path. Path components are delimited by forward slashes ('/').
status项目的状态。
userDataThe userData object stored by the constructor.

构造函数

DropdownMenu.MenuAction构造函数。

公共函数

Execute执行与此项目关联的回调。
UpdateActionStatus通过调用项目状态回调更新此项目的状态标志。

静态函数

AlwaysDisabled始终返回 StatusFlags.Disabled 的状态回调。
AlwaysEnabled始终返回 StatusFlags.Enabled 的状态回调。

继承的成员