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