GetBoundsInt

GetBoundsInt(string, BoundsInt)

public BoundsInt GetBoundsInt(string name, BoundsInt defaultValue) ;

説明

BoundsInt型の値を取得する。

パラメーター

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

戻り値

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

GetBoundsInt(string)

public BoundsInt GetBoundsInt(string name) ;

説明

BoundsInt型の値を取得する。

パラメーター

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

戻り値

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

GetBoundsInt(int, BoundsInt)

public BoundsInt GetBoundsInt(int id, BoundsInt defaultValue) ;

説明

BoundsInt型の値を取得する。

パラメーター

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

戻り値

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

GetBoundsInt(int)

public BoundsInt GetBoundsInt(int id) ;

説明

BoundsInt型の値を取得する。

パラメーター

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

戻り値

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