Version: 2019.1
public static float GetLayoutProperty (RectTransform rect, Func<ILayoutElement,float> property, float defaultValue);
public static float GetLayoutProperty (RectTransform rect, Func<ILayoutElement,float> property, float defaultValue, out UI.ILayoutElement source);

パラメーター

rect取得するプロパティーのレイアウト要素の RectTransform
property計算するプロパティー
defaultValue渡したプロパティーに応じたレイアウト要素上にコンポーネントがない場合に使用するデフォルト値
source計算された値を渡すためのコンポーネントを取得するためのオプションパラメーター

戻り値

float レイアウトプロパティーの計算された値を返します

説明

渡した RectTransform のレイアウト要素のために計算されたレイアウトプロパティーを取得します