Legacy Documentation: Version 5.0
Language: English
  • C#
  • JS

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

LayoutUtility.GetLayoutProperty

Switch to Manual
public static function GetLayoutProperty(rect: RectTransform, property: Func<ILayoutElement,float>, defaultValue: float): float;
public static function GetLayoutProperty(rect: RectTransform, property: Func<ILayoutElement,float>, defaultValue: float, out source: UI.ILayoutElement): float;

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.