Version: 5.3 (switch to 5.4b)
ЯзыкEnglish
  • C#
  • JS

Язык программирования

Выберите подходящий для вас язык программирования. Все примеры кода будут представлены на выбранном языке.

LayoutUtility

class in UnityEngine.UI

Предложить изменения

Успех!

Благодарим вас за то, что вы помогаете нам улучшить качество документации по Unity. Однако, мы не можем принять любой перевод. Мы проверяем каждый предложенный вами вариант перевода и принимаем его только если он соответствует оригиналу.

Закрыть

Ошибка внесения изменений

По определённым причинам предложенный вами перевод не может быть принят. Пожалуйста <a>попробуйте снова</a> через пару минут. И выражаем вам свою благодарность за то, что вы уделяете время, чтобы улучшить документацию по Unity.

Закрыть

Отменить

Руководство

Описание

Utility functions for querying layout elements for their minimum, preferred, and flexible sizes.

See Also: Auto Layout.

Статические функции

GetFlexibleHeightReturns the flexible height of the layout element.
GetFlexibleSizeReturns the flexible size of the layout element.
GetFlexibleWidthReturns the flexible width of the layout element.
GetLayoutPropertyGets a calculated layout property for the layout element with the given RectTransform.
GetMinHeightReturns the minimum height of the layout element.
GetMinSizeReturns the minimum size of the layout element.
GetMinWidthReturns the minimum width of the layout element.
GetPreferredHeightReturns the preferred height of the layout element.
GetPreferredSizeReturns the preferred size of the layout element.
GetPreferredWidthReturns the preferred width of the layout element.