GetRectTransform

GetRectTransform(string, RectTransform)

public RectTransform GetRectTransform(string name, RectTransform defaultValue) ;

説明

RectTransform型の値を取得する。

パラメーター

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

戻り値

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

GetRectTransform(int, RectTransform)

public RectTransform GetRectTransform(int id, RectTransform defaultValue) ;

説明

RectTransform型の値を取得する。

パラメーター

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

戻り値

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

GetRectTransform(string, out RectTransform)

Obsolete public bool GetRectTransform(string name, out RectTransform value) ;

説明

RectTransform型の値を取得する。

パラメーター

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

戻り値

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

GetRectTransform(int, out RectTransform)

Obsolete public bool GetRectTransform(int id, out RectTransform value) ;

説明

RectTransform型の値を取得する。

パラメーター

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

戻り値

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