Class SystemGraphComponent.PendingGraphDescriptor
Description of a graph to add to the reference graph stack.
Namespace: Mechatronics.SystemGraph
Syntax
public class PendingGraphDescriptor
Fields
graphObject
Data of the described graph
Declaration
public SystemGraphObject graphObject
Field Value
| Type | Description |
|---|---|
| SystemGraphObject |
handlerEnable
Handler that is called when the component receive Enable lifecycle call from unity
Declaration
public SystemGraphComponent.PendingGraphDescriptor.HandlerEnable handlerEnable
Field Value
| Type | Description |
|---|---|
| SystemGraphComponent.PendingGraphDescriptor.HandlerEnable |
parentDescriptor
If the graph is a embedded graph, then the descriptor of the main graph.
Declaration
public SystemGraphManager.GraphDescriptor parentDescriptor
Field Value
| Type | Description |
|---|---|
| SystemGraphManager.GraphDescriptor |
subGraphPath
SubGraph path for the query system
Declaration
public string subGraphPath
Field Value
| Type | Description |
|---|---|
| String |