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);

Parámetros

rectThe RectTransform of the layout element to get a property for.
propertyThe property to calculate.
defaultValueThe default value to use if no component on the layout element supplies the given property.
sourceOptional out parameter to get the component that supplied the calculated value.

Valor de retorno

float The calculated value of the layout property.

Descripción

Gets a calculated layout property for the layout element with the given RectTransform.