TryGetRectIntList

TryGetRectIntList(string, out IList<RectInt>)

public bool TryGetRectIntList(string name, out IList<RectInt> value) ;

説明

RectIntList型の値を取得する。

パラメーター

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

戻り値

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

TryGetRectIntList(int, out IList<RectInt>)

public bool TryGetRectIntList(int id, out IList<RectInt> value) ;

説明

RectIntList型の値を取得する。

パラメーター

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

戻り値

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