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

Parameters

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.

Returns

float The calculated value of the layout property.

Description

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