Enum ShaderAction
Actions that can be performed by the Unity.ManageShader tool.
Namespace: Unity.AI.MCP.Editor.Tools.Parameters
Assembly: Unity.AI.MCP.Editor.dll
Syntax
public enum ShaderAction
Fields
| Name | Description |
|---|---|
| Create | Create a new shader. |
| Delete | Delete a shader. |
| Read | Read an existing shader. |
| Update | Update an existing shader. |