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)

public StateLinkRerouteNode CreateStateLinkRerouteNode(Vector2 position, int nodeID) ;

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)

public StateLinkRerouteNode CreateStateLinkRerouteNode(Vector2 position, Color lineColor) ;

Description

Create StateLinkRerouteNode.

Parameters

Parameter Name Description
position Node position
lineColor Line Color

Returns

The created StateLinkRerouteNode

CreateStateLinkRerouteNode(Vector2)

public StateLinkRerouteNode CreateStateLinkRerouteNode(Vector2 position) ;

Description

Create StateLinkRerouteNode.

Parameters

Parameter Name Description
position Node position

Returns

The created StateLinkRerouteNode