SetVector2IntList

SetVector2IntList(string, IList<Vector2Int>)

public bool SetVector2IntList(string name, IList<Vector2Int> value) ;

説明

Vector2IntList型の値を設定する。

パラメーター

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

戻り値

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

SetVector2IntList(int, IList<Vector2Int>)

public bool SetVector2IntList(int id, IList<Vector2Int> value) ;

説明

Vector2IntList型の値を設定する。

パラメーター

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

戻り値

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