SetVector2List

SetVector2List(string, IList<Vector2>)

public bool SetVector2List(string name, IList<Vector2> value) ;

説明

Vector2List型の値を設定する。

パラメーター

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

戻り値

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

SetVector2List(int, IList<Vector2>)

public bool SetVector2List(int id, IList<Vector2> value) ;

説明

Vector2List型の値を設定する。

パラメーター

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

戻り値

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