Version: 2017.3

LayoutUtility.GetPreferredHeight

매뉴얼로 전환
public static float GetPreferredHeight (RectTransform rect);

파라미터

rect The RectTransform of the layout element to query.

설명

Returns the preferred height of the layout element.

All components on the GameObject that implement the ILayoutElement are queried. The one with the highest priority which has a value for this setting is used. If multiple componets have this setting and have the same priority, the maximum value out of those is used.