TryGetRectInt

public bool TryGetRectInt(string name, out RectInt value) ;

RectInt型の値を取得する。

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

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

public bool TryGetRectInt(int id, out RectInt value) ;

RectInt型の値を取得する。

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

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