SetVector3List

SetVector3List(string, IList<Vector3>)

public bool SetVector3List(string name, IList<Vector3> value) ;

説明

Vector3List型の値を設定する。

パラメーター

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

戻り値

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

SetVector3List(int, IList<Vector3>)

public bool SetVector3List(int id, IList<Vector3> value) ;

説明

Vector3List型の値を設定する。

パラメーター

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

戻り値

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