Instantiate
public static NodeGraph Instantiate(NodeGraph sourceGraph, NodeBehaviour ownerBehaviour, bool usePool) ;
Instantiate NodeGraph
Parameter Name | Description |
---|---|
sourceGraph | Source graph |
ownerBehaviour | NodeBehaviour with chart ownership |
usePool | Flag to instantiate using ObjectPool. |
Instantiated graph
public static GraphType Instantiate<GraphType>(GraphType sourceGraph, NodeBehaviour ownerBehaviour, bool usePool) ;
Instantiate NodeGraph
Type Parameter Name | Description | Type Constraints |
---|---|---|
GraphType | Graph type |
Parameter Name | Description |
---|---|
sourceGraph | Source graph |
ownerBehaviour | NodeBehaviour with chart ownership |
usePool | Flag to instantiate using ObjectPool. |
Instantiated graph