CreateCalculatorBranchRerouteNode

CreateCalculatorBranchRerouteNode(Vector2, Type, int)

Obsolete public DataBranchRerouteNode CreateCalculatorBranchRerouteNode(Vector2 position, Type type, int nodeID) ;

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.

CreateCalculatorBranchRerouteNode(Vector2, Type)

Obsolete public DataBranchRerouteNode CreateCalculatorBranchRerouteNode(Vector2 position, Type type) ;

Description

Create DataBranchRerouteNode.

Parameters

Parameter Name Description
position Position of the node
type Value type

Returns

The created DataBranchRerouteNode.