Class LynX.GraphCacheDescriptor
Local cache for every graph object
Inherited Members
Namespace: Mechatronics.SystemGraph
Assembly: solution.dll
Syntax
public class LynX.GraphCacheDescriptor
Fields
Name | Description |
---|---|
mapNodeRuntime | Map of guid to NodeRuntime |
mapSerializedEdge | Map of edge custom key to SerializedEdge |
mapSerializedNode | Map of node guid to SerializedNode |
mapSerializedParameter | Map of parameter key to SerializedParameter |
obj | Graph Asset Object |