Class CaptureGameViewParams
Parameters for the CaptureGameView tool.
Implements
Inherited Members
Namespace: Unity.AI.MCP.Editor.Tools.Parameters
Assembly: Unity.AI.MCP.Editor.dll
Syntax
public record CaptureGameViewParams : IEquatable<CaptureGameViewParams>
Properties
SceneName
Optional name of the current scene (for confirmation/logging purposes only)
Declaration
[McpDescription("Name of the current scene (for confirmation/logging only)", Required = false)]
public string SceneName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |