CreateDataBranchRerouteNode
CreateDataBranchRerouteNode(Vector2, Type, int, Vector2)
public DataBranchRerouteNode CreateDataBranchRerouteNode(Vector2 position, Type type, int nodeID, Vector2 direction) ;
Description
Create DataBranchRerouteNode.
Parameters
| Parameter Name | Description | 
|---|---|
| position | Position of the node | 
| type | Value type | 
| nodeID | Node ID | 
| direction | Direction | 
Returns
The created DataBranchRerouteNode. If the node ID is not unique, return null without creating it.
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, Vector2)
public DataBranchRerouteNode CreateDataBranchRerouteNode(Vector2 position, Type type, Vector2 direction) ;
Description
Create DataBranchRerouteNode.
Parameters
| Parameter Name | Description | 
|---|---|
| position | Position of the node | 
| type | Value type | 
| direction | Direction | 
Returns
The created DataBranchRerouteNode.
CreateDataBranchRerouteNode(Vector2, Type)
Description
Create DataBranchRerouteNode.
Parameters
| Parameter Name | Description | 
|---|---|
| position | Position of the node | 
| type | Value type | 
Returns
The created DataBranchRerouteNode.