docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Interface IGraphValue

    Represent an indexed value in an ImporterGraph.

    Namespace: UnityEngine.Importer
    Assembly: Unity.Importer.dll
    Syntax
    public interface IGraphValue
    Remarks

    It is used by the ImportResult<T> struct to gather all results from the ResultEdge after a graph is executed.

    Properties

    Id

    The id used to reference this Value.

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

    Type

    The type of this Value.

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

    Value

    The current value associated with its Id.

    Declaration
    object Value { get; }
    Property Value
    Type Description
    object
    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)