GetSubgraph()
Retrieves the subgraph linked to this node.
Read time 1 minuteLast updated 7 days ago
Definition
- Type: Method
- Namespace: Unity.GraphToolkit.Editor
- Assembly: UnityEditor
Graph GetSubgraph()
Returns
Remarks
Call this method to access the subgraph that provides the behavior for this node. The subgraph defines input and output variables that appear as ports on the subgraph node. This method does not create or modify the subgraph.