docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class ReadResourceResponse

    Response data for Unity.ReadResource tool.

    Inheritance
    object
    ReadResourceResponse
    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.ToolRegistry.Parameters
    Assembly: Unity.AI.MCP.Editor.dll
    Syntax
    public class ReadResourceResponse

    Properties

    Metadata

    Gets or sets the metadata about the resource (SHA-256 hash and byte length).

    Declaration
    public ResourceMetadata Metadata { get; set; }
    Property Value
    Type Description
    ResourceMetadata

    Text

    Gets or sets the text content of the resource (may be partial if slicing was applied).

    Declaration
    public string Text { get; set; }
    Property Value
    Type Description
    string
    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)