Method FindNode
FindNode(SystemGraphData, string, out SerializedNode)
Finds the node.
Declaration
public bool FindNode(SystemGraphData ctx, string nodeGuid, out SerializedNode node)
Parameters
Type | Name | Description |
---|---|---|
SystemGraphData | ctx | The graph data. |
string | nodeGuid | The node unique identifier. |
SerializedNode | node | The node. |
Returns
Type | Description |
---|---|
bool |
|