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

MenuAction

class in UnityEngine.Experimental.UIElements

/

继承自:Experimental.UIElements.ContextualMenu.MenuItem

切换到手册

描述

菜单操作项目。

变量

eventInfoProvides information on the event that triggered the contextual menu.
name菜单项的名称。名称前可以使用其子菜单路径作为前缀。路径组件由正斜杠(“/”)分隔。
status项目的状态。
userData构造函数存储的 userData 对象。

构造函数

ContextualMenu.MenuAction构造函数。

公共函数

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

静态函数

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

继承的成员