CreateStateLinkRerouteNode
CreateStateLinkRerouteNode(Vector2, int, Color)
public StateLinkRerouteNode CreateStateLinkRerouteNode(Vector2 position, int nodeID, Color lineColor) ;
説明
StateLinkRerouteNodeを作成する。
パラメーター
| パラメーター名 | 説明 |
|---|---|
| position | ノードの位置 |
| nodeID | ノードID |
| lineColor | ライン色 |
戻り値
作成したStateLinkRerouteNode
CreateStateLinkRerouteNode(Vector2, int)
説明
StateLinkRerouteNodeを作成する。
パラメーター
| パラメーター名 | 説明 |
|---|---|
| position | ノードの位置 |
| nodeID | ノードID |
戻り値
作成したStateLinkRerouteNode
CreateStateLinkRerouteNode(Vector2, Color)
説明
StateLinkRerouteNodeを作成する。
パラメーター
| パラメーター名 | 説明 |
|---|---|
| position | ノードの位置 |
| lineColor | ライン色 |
戻り値
作成したStateLinkRerouteNode
CreateStateLinkRerouteNode(Vector2)
説明
StateLinkRerouteNodeを作成する。
パラメーター
| パラメーター名 | 説明 |
|---|---|
| position | ノードの位置 |
戻り値
作成したStateLinkRerouteNode