GetBoundsInt

public BoundsInt GetBoundsInt(string name, BoundsInt defaultValue) ;

BoundsInt型の値を取得する。

パラメーター名 説明
name 名前。
defaultValue デフォルトの値。パラメータがない場合に返される。

パラメータの値。パラメータがない場合はdefaultValueを返す。

public BoundsInt GetBoundsInt(string name) ;

BoundsInt型の値を取得する。

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

パラメータの値。パラメータがない場合はBoundsInt.zeroを返す。

public BoundsInt GetBoundsInt(int id, BoundsInt defaultValue) ;

BoundsInt型の値を取得する。

パラメーター名 説明
id ID。
defaultValue デフォルトの値。パラメータがない場合に返される。

パラメータの値。パラメータがない場合はdefaultValueを返す。

public BoundsInt GetBoundsInt(int id) ;

BoundsInt型の値を取得する。

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

パラメータの値。パラメータがない場合はBoundsInt.zeroを返す。