SetBoundsIntList

SetBoundsIntList(string, IList<BoundsInt>)

public bool SetBoundsIntList(string name, IList<BoundsInt> value) ;

説明

BoundsIntList型の値を設定する。

パラメーター

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

戻り値

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

SetBoundsIntList(int, IList<BoundsInt>)

public bool SetBoundsIntList(int id, IList<BoundsInt> value) ;

説明

BoundsIntList型の値を設定する。

パラメーター

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

戻り値

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