Class SelectionObjectInfo
Selection object information data structure.
Implements
Inherited Members
Namespace: Unity.AI.MCP.Editor.Tools.Parameters
Assembly: Unity.AI.MCP.Editor.dll
Syntax
public record SelectionObjectInfo : IEquatable<SelectionObjectInfo>
Properties
InstanceID
Gets or sets the Unity instance ID.
Declaration
[McpDescription("Unity instance ID")]
public int? InstanceID { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |
Name
Gets or sets the object name.
Declaration
[McpDescription("Object name")]
public string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Type
Gets or sets the full type name.
Declaration
[McpDescription("Full type name")]
public string Type { get; set; }
Property Value
| Type | Description |
|---|---|
| string |