TryGetBoundsInt

TryGetBoundsInt(string, out BoundsInt)

public bool TryGetBoundsInt(string name, out BoundsInt value) ;

説明

BoundsInt型の値を取得する。

パラメーター

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

戻り値

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

TryGetBoundsInt(int, out BoundsInt)

public bool TryGetBoundsInt(int id, out BoundsInt value) ;

説明

BoundsInt型の値を取得する。

パラメーター

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

戻り値

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