Enum AssetAction
Asset actions that can be performed by the Unity.ManageAsset tool.
Namespace: Unity.AI.MCP.Editor.ToolRegistry.Parameters
Assembly: Unity.AI.MCP.Editor.dll
Syntax
public enum AssetAction
Fields
| Name | Description |
|---|---|
| Create | Create a new asset. |
| CreateFolder | Create a new folder. |
| Delete | Delete an asset. |
| Duplicate | Duplicate an existing asset. |
| GetComponents | Get components from a prefab or GameObject asset. |
| GetInfo | Get information about an asset. |
| Import | Import or re-import an asset. |
| Modify | Modify an existing asset's properties. |
| Move | Move an asset to a new location. |
| Rename | Rename an asset. |
| Search | Search for assets matching criteria. |