Method AddSystemGraphNode
AddSystemGraphNode(GraphDescriptor, string)
Add an embedded SystemGraph Node to the Graph
Declaration
public static NodeDescriptor AddSystemGraphNode(GraphDescriptor desc, string graphPath)
Parameters
Type | Name | Description |
---|---|---|
GraphDescriptor | desc | The GraphDescriptor |
string | graphPath | The path of the graph asset to embed in the Graph |
Returns
Type | Description |
---|---|
NodeDescriptor | Returns a new embedded SystemGraph NodeDescriptor |