Enum SceneAction
Actions that can be performed by the Unity.ManageScene tool.
Namespace: Unity.AI.MCP.Editor.Tools.Parameters
Assembly: Unity.AI.MCP.Editor.dll
Syntax
public enum SceneAction
Fields
| Name | Description |
|---|---|
| Create | Create a new scene. |
| GetActive | Get information about the active scene. |
| GetBuildSettings | Get the build settings for scenes. |
| GetHierarchy | Get the hierarchy of GameObjects in the scene. |
| Load | Load an existing scene. |
| Save | Save the current scene. |