CreateStateLinkRerouteNode

public StateLinkRerouteNode CreateStateLinkRerouteNode(Vector2 position, int nodeID, Color lineColor, Vector2 direction, int targetID) ;

StateLinkRerouteNodeを作成する。

パラメーター名 説明
position ノードの位置
nodeID ノードID
lineColor ライン色
direction 向き
targetID 接続先ID

作成したStateLinkRerouteNode

public StateLinkRerouteNode CreateStateLinkRerouteNode(Vector2 position, int nodeID, Color lineColor) ;

StateLinkRerouteNodeを作成する。

パラメーター名 説明
position ノードの位置
nodeID ノードID
lineColor ライン色

作成したStateLinkRerouteNode

public StateLinkRerouteNode CreateStateLinkRerouteNode(Vector2 position, int nodeID) ;

StateLinkRerouteNodeを作成する。

パラメーター名 説明
position ノードの位置
nodeID ノードID

作成したStateLinkRerouteNode

public StateLinkRerouteNode CreateStateLinkRerouteNode(Vector2 position, Color lineColor, Vector2 direction, int targetID) ;

StateLinkRerouteNodeを作成する。

パラメーター名 説明
position ノードの位置
lineColor ライン色
direction 向き
targetID 接続先ID

作成したStateLinkRerouteNode

public StateLinkRerouteNode CreateStateLinkRerouteNode(Vector2 position, Color lineColor) ;

StateLinkRerouteNodeを作成する。

パラメーター名 説明
position ノードの位置
lineColor ライン色

作成したStateLinkRerouteNode

public StateLinkRerouteNode CreateStateLinkRerouteNode(Vector2 position) ;

StateLinkRerouteNodeを作成する。

パラメーター名 説明
position ノードの位置

作成したStateLinkRerouteNode