docs.unity.cn
    Show / Hide Table of Contents

    Class LynX.GraphCacheDescriptor

    Local cache for every graph object

    Inheritance
    Object
    LynX.GraphCacheDescriptor
    Namespace: Mechatronics.SystemGraph
    Syntax
    public class GraphCacheDescriptor

    Fields

    mapNodeRuntime

    Map of guid to NodeRuntime

    Declaration
    public Dictionary<string, NodeRuntime> mapNodeRuntime
    Field Value
    Type Description
    Dictionary<String, NodeRuntime>

    mapSerializedEdge

    Map of edge custom key to SerializedEdge

    Declaration
    public Dictionary<string, SerializedEdge> mapSerializedEdge
    Field Value
    Type Description
    Dictionary<String, SerializedEdge>

    mapSerializedNode

    Map of node guid to SerializedNode

    Declaration
    public Dictionary<string, SerializedNode> mapSerializedNode
    Field Value
    Type Description
    Dictionary<String, SerializedNode>

    mapSerializedParameter

    Map of parameter key to SerializedParameter

    Declaration
    public Dictionary<string, SerializedParameter> mapSerializedParameter
    Field Value
    Type Description
    Dictionary<String, SerializedParameter>

    obj

    Graph Asset Object

    Declaration
    public SystemGraphObject obj
    Field Value
    Type Description
    SystemGraphObject
    Back to top Copyright © 2022 Unity Technologies
    Generated by DocFX
    on Tuesday, October 18, 2022
    Terms of use