docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class SelectionObjectInfo

    Selection object information data structure.

    Inheritance
    object
    SelectionObjectInfo
    Implements
    IEquatable<SelectionObjectInfo>
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    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

    Implements

    IEquatable<T>
    In This Article
    Back to top
    Copyright © 2026 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)