CreateDataBranchRerouteNode
CreateDataBranchRerouteNode(Vector2, Type, int)
Description
Create DataBranchRerouteNode.
Parameters
| Parameter Name | Description |
|---|---|
| position | Position of the node |
| type | Value type |
| nodeID | Node ID |
Returns
The created DataBranchRerouteNode. If the node ID is not unique, return null without creating it.
CreateDataBranchRerouteNode(Vector2, Type)
Description
Create DataBranchRerouteNode.
Parameters
| Parameter Name | Description |
|---|---|
| position | Position of the node |
| type | Value type |
Returns
The created DataBranchRerouteNode.