CreateStateLinkRerouteNode
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)
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