Class GraphDescriptor
GraphDescriptor represent the serialized information of a SystemGraph asset. Implements the ScriptableObject
Inherited Members
Namespace: Mechatronics.SystemGraph
Assembly: solution.dll
Syntax
public class GraphDescriptor : ScriptableObject
Fields
| Name | Description |
|---|---|
| AssetPath | The asset path |
| MapComment | The map of comments for this graph descriptor |
| MapEdge | The map of edges for this graph descriptor |
| MapGroup | The map of groups for this graph descriptor |
| MapMeta | The map of metadata for this graph descriptor |
| MapNode | The map node for this graph descriptor |
| MapParameter | The map of parameters for this graph descriptor |
| Scheduler | The scheduler |
| SysGraphObject | The system graph object |
| UpgradedAtLoadTime | Did the graph get upgraded at load time |