docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Struct ImportResult<T>

    Represent one result of the execution of an ImporterGraph.

    Implements
    IGraphValue
    Inherited Members
    ValueType.Equals(object)
    ValueType.GetHashCode()
    ValueType.ToString()
    object.Equals(object, object)
    object.GetType()
    object.ReferenceEquals(object, object)
    Namespace: UnityEngine.Importer
    Assembly: Unity.Importer.dll
    Syntax
    public struct ImportResult<T> : IGraphValue
    Type Parameters
    Name Description
    T

    The Type of the ImportResult.

    Remarks

    The execution of an ImporterGraph will always generate a list of ImportResult, each one corresponding to one ResultEdge declared in that graph.

    Properties

    Id

    The id used to reference this Value.

    Declaration
    public readonly string Id { get; }
    Property Value
    Type Description
    string

    Type

    The type of this Value.

    Declaration
    public Type Type { get; }
    Property Value
    Type Description
    Type

    Value

    The current value associated with its Id.

    Declaration
    public T Value { get; }
    Property Value
    Type Description
    T

    Implements

    IGraphValue
    In This Article
    Back to top
    Copyright © 2024 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)