SetVector3IntList

SetVector3IntList(string, IList<Vector3Int>)

public bool SetVector3IntList(string name, IList<Vector3Int> value) ;

説明

Vector3IntList型の値を設定する。

パラメーター

パラメーター名 説明
name 名前。
value 値。

戻り値

指定した名前のパラメータがあった場合にtrue。

SetVector3IntList(int, IList<Vector3Int>)

public bool SetVector3IntList(int id, IList<Vector3Int> value) ;

説明

Vector3IntList型の値を設定する。

パラメーター

パラメーター名 説明
id ID。
value 値。

戻り値

指定した名前のパラメータがあった場合にtrue。