CreateStateLinkRerouteNode
CreateStateLinkRerouteNode(Vector2, int, Color, Vector2, int)
public StateLinkRerouteNode CreateStateLinkRerouteNode(Vector2 position, int nodeID, Color lineColor, Vector2 direction, int targetID) ;
Description
Create StateLinkRerouteNode.
Parameters
Parameter Name | Description |
---|---|
position | Node position |
nodeID | Node ID |
lineColor | Line Color |
direction | Direction |
targetID | Connection destination ID |
Returns
The created StateLinkRerouteNode
CreateStateLinkRerouteNode(Vector2, int, Color)
public StateLinkRerouteNode CreateStateLinkRerouteNode(Vector2 position, int nodeID, Color lineColor) ;
Description
Create StateLinkRerouteNode.
Parameters
Parameter Name | Description |
---|---|
position | Node position |
nodeID | Node ID |
lineColor | Line Color |
Returns
The created StateLinkRerouteNode
CreateStateLinkRerouteNode(Vector2, int)
Description
Create StateLinkRerouteNode.
Parameters
Parameter Name | Description |
---|---|
position | Node position |
nodeID | Node ID |
Returns
The created StateLinkRerouteNode
CreateStateLinkRerouteNode(Vector2, Color, Vector2, int)
public StateLinkRerouteNode CreateStateLinkRerouteNode(Vector2 position, Color lineColor, Vector2 direction, int targetID) ;
Description
Create StateLinkRerouteNode.
Parameters
Parameter Name | Description |
---|---|
position | Node position |
lineColor | Line Color |
direction | Direction |
targetID | Connection destination ID |
Returns
The created StateLinkRerouteNode
CreateStateLinkRerouteNode(Vector2, Color)
Description
Create StateLinkRerouteNode.
Parameters
Parameter Name | Description |
---|---|
position | Node position |
lineColor | Line Color |
Returns
The created StateLinkRerouteNode
CreateStateLinkRerouteNode(Vector2)
Description
Create StateLinkRerouteNode.
Parameters
Parameter Name | Description |
---|---|
position | Node position |
Returns
The created StateLinkRerouteNode