TryGetBoundsIntList

TryGetBoundsIntList(string, out IList<BoundsInt>)

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

説明

BoundsIntList型の値を取得する。

パラメーター

パラメーター名 説明
name 名前。
value 取得する値。

戻り値

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

TryGetBoundsIntList(int, out IList<BoundsInt>)

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

説明

BoundsIntList型の値を取得する。

パラメーター

パラメーター名 説明
id ID。
value 取得する値。

戻り値

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