Class GraphDescriptor
GraphDescriptor represent the serialized information of a SystemGraph asset. Implements the ScriptableObject
Inherited Members
UnityEngine.Object.FindObjectsOfType<T>(System.Boolean)
UnityEngine.Object.FindObjectOfType<T>(System.Boolean)
Namespace: Mechatronics.SystemGraph
Syntax
public class GraphDescriptor : ScriptableObject
Fields
AssetPath
The asset path
Declaration
public string AssetPath
Field Value
| Type | Description |
|---|---|
| String |
MapComment
The map of comments for this graph descriptor
Declaration
public Dictionary<string, CommentDescriptor> MapComment
Field Value
| Type | Description |
|---|---|
| Dictionary<String, CommentDescriptor> |
MapEdge
The map of edges for this graph descriptor
Declaration
public Dictionary<int, EdgeDescriptor> MapEdge
Field Value
| Type | Description |
|---|---|
| Dictionary<Int32, EdgeDescriptor> |
MapGroup
The map of groups for this graph descriptor
Declaration
public Dictionary<string, GroupDescriptor> MapGroup
Field Value
| Type | Description |
|---|---|
| Dictionary<String, GroupDescriptor> |
MapMeta
The map of metadata for this graph descriptor
Declaration
public Dictionary<string, MetaDescriptor> MapMeta
Field Value
| Type | Description |
|---|---|
| Dictionary<String, MetaDescriptor> |
MapNode
The map node for this graph descriptor
Declaration
public Dictionary<string, NodeDescriptor> MapNode
Field Value
| Type | Description |
|---|---|
| Dictionary<String, NodeDescriptor> |
MapParameter
The map of parameters for this graph descriptor
Declaration
public Dictionary<string, ParameterDescriptor> MapParameter
Field Value
| Type | Description |
|---|---|
| Dictionary<String, ParameterDescriptor> |
Scheduler
The scheduler
Declaration
public SchedulerDescriptor Scheduler
Field Value
| Type | Description |
|---|---|
| SchedulerDescriptor |
SysGraphObject
The system graph object
Declaration
public SystemGraphObject SysGraphObject
Field Value
| Type | Description |
|---|---|
| SystemGraphObject |
UpgradedAtLoadTime
Did the graph get upgraded at load time
Declaration
public bool UpgradedAtLoadTime
Field Value
| Type | Description |
|---|---|
| Boolean |