Enum MenuItemAction
Actions that can be performed by the Unity.ManageMenuItem tool.
Namespace: Unity.AI.MCP.Editor.Tools.Parameters
Assembly: Unity.AI.MCP.Editor.dll
Syntax
public enum MenuItemAction
Fields
| Name | Description |
|---|---|
| Execute | Execute a specific menu item. |
| Exists | Check if a menu item exists. |
| List | List available menu items (with optional search). |
| Refresh | Force refresh of the menu cache. |