CreateStateLinkRerouteNode

CreateStateLinkRerouteNode(Vector2, int, Color)

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

説明

StateLinkRerouteNodeを作成する。

パラメーター

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

戻り値

作成したStateLinkRerouteNode

CreateStateLinkRerouteNode(Vector2, int)

public StateLinkRerouteNode CreateStateLinkRerouteNode(Vector2 position, int nodeID) ;

説明

StateLinkRerouteNodeを作成する。

パラメーター

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

戻り値

作成したStateLinkRerouteNode

CreateStateLinkRerouteNode(Vector2, Color)

public StateLinkRerouteNode CreateStateLinkRerouteNode(Vector2 position, Color lineColor) ;

説明

StateLinkRerouteNodeを作成する。

パラメーター

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

戻り値

作成したStateLinkRerouteNode

CreateStateLinkRerouteNode(Vector2)

public StateLinkRerouteNode CreateStateLinkRerouteNode(Vector2 position) ;

説明

StateLinkRerouteNodeを作成する。

パラメーター

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

戻り値

作成したStateLinkRerouteNode