CreateDataBranchRerouteNode
CreateDataBranchRerouteNode(Vector2, Type, int, Vector2)
public DataBranchRerouteNode CreateDataBranchRerouteNode(Vector2 position, Type type, int nodeID, Vector2 direction) ;
説明
DataBranchRerouteNodeを生成。
パラメーター
パラメーター名 | 説明 |
---|---|
position | ノードの位置 |
type | 値の型 |
nodeID | ノード ID |
direction | 向き |
戻り値
生成したDataBranchRerouteNode。ノードIDが重複している場合は生成せずにnullを返す。
CreateDataBranchRerouteNode(Vector2, Type, int)
説明
DataBranchRerouteNodeを生成。
パラメーター
パラメーター名 | 説明 |
---|---|
position | ノードの位置 |
type | 値の型 |
nodeID | ノード ID |
戻り値
生成したDataBranchRerouteNode。ノードIDが重複している場合は生成せずにnullを返す。
CreateDataBranchRerouteNode(Vector2, Type, Vector2)
public DataBranchRerouteNode CreateDataBranchRerouteNode(Vector2 position, Type type, Vector2 direction) ;
説明
DataBranchRerouteNodeを生成。
パラメーター
パラメーター名 | 説明 |
---|---|
position | ノードの位置 |
type | 値の型 |
direction | 向き |
戻り値
生成したDataBranchRerouteNode。
CreateDataBranchRerouteNode(Vector2, Type)
説明
DataBranchRerouteNodeを生成。
パラメーター
パラメーター名 | 説明 |
---|---|
position | ノードの位置 |
type | 値の型 |
戻り値
生成したDataBranchRerouteNode。