GetRectIntList

GetRectIntList(int)

public IList<RectInt> GetRectIntList(int id) ;

説明

RectIntList型の値を取得する。

パラメーター

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

戻り値

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

GetRectIntList(string)

public IList<RectInt> GetRectIntList(string name) ;

説明

RectIntList型の値を取得する。

パラメーター

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

戻り値

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