CreateStateLinkRerouteNode
CreateStateLinkRerouteNode(Vector2, int, Color, Vector2, int)
public StateLinkRerouteNode CreateStateLinkRerouteNode(Vector2 position, int nodeID, Color lineColor, Vector2 direction, int targetID) ;
説明
StateLinkRerouteNodeを作成する。
パラメーター
| パラメーター名 | 説明 |
|---|---|
| position | ノードの位置 |
| nodeID | ノードID |
| lineColor | ライン色 |
| direction | 向き |
| targetID | 接続先ID |
戻り値
作成したStateLinkRerouteNode
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, Vector2, int)
public StateLinkRerouteNode CreateStateLinkRerouteNode(Vector2 position, Color lineColor, Vector2 direction, int targetID) ;
説明
StateLinkRerouteNodeを作成する。
パラメーター
| パラメーター名 | 説明 |
|---|---|
| position | ノードの位置 |
| lineColor | ライン色 |
| direction | 向き |
| targetID | 接続先ID |
戻り値
作成したStateLinkRerouteNode
CreateStateLinkRerouteNode(Vector2, Color)
説明
StateLinkRerouteNodeを作成する。
パラメーター
| パラメーター名 | 説明 |
|---|---|
| position | ノードの位置 |
| lineColor | ライン色 |
戻り値
作成したStateLinkRerouteNode
CreateStateLinkRerouteNode(Vector2)
説明
StateLinkRerouteNodeを作成する。
パラメーター
| パラメーター名 | 説明 |
|---|---|
| position | ノードの位置 |
戻り値
作成したStateLinkRerouteNode