GetRectInt

GetRectInt(string, RectInt)

public RectInt GetRectInt(string name, RectInt defaultValue) ;

説明

RectInt型の値を取得する。

パラメーター

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

戻り値

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

GetRectInt(string)

public RectInt GetRectInt(string name) ;

説明

RectInt型の値を取得する。

パラメーター

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

戻り値

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

GetRectInt(int, RectInt)

public RectInt GetRectInt(int id, RectInt defaultValue) ;

説明

RectInt型の値を取得する。

パラメーター

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

戻り値

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

GetRectInt(int)

public RectInt GetRectInt(int id) ;

説明

RectInt型の値を取得する。

パラメーター

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

戻り値

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