UIFlexItem

사용되지 않는 항목 표시

The UIFlexItem object defines flex behavior for its parent GuiObject under the control of a UIListLayout. The defined flex behavior overrides that of the controlling UIListLayout, letting you configure flex behavior on a per‑object basis where necessary.

Example of UIFlexItem applied to a specific GuiObject under control of a UIListLayout. Example hierarchy of a UIFlexItem parented to a GuiObject under control of a UIListLayout.

요약

속성

속성

병렬 읽기

Enum.UIFlexMode value which defines how the parent GuiObject grows or shrinks with available space in the flex layout container.

When the container's size is larger than the flex line's combined basis size, a value of Enum.UIFlexMode.Grow sets an effective 1:0 grow‑shrink ratio on the parent GuiObject. Objects set to Enum.UIFlexMode.Grow never shrink below their basis size, so overflow may occur if the container becomes smaller than the line's combined basis size.

Diagram showing two items in a line with FlexMode set to Grow.

When the container's size is smaller than the flex line's combined basis size and the controlling UIListLayout is not set to wrap (resulting in overflow), a value of Enum.UIFlexMode.Shrink sets an effective 0:1 grow‑shrink ratio on the parent GuiObject. Objects set to Enum.UIFlexMode.Shrink never grow above their basis size, so underflow may occur if the container becomes larger than the line's combined basis size.

Diagram showing two items in a line with FlexMode set to Shrink.

When the container's size is either larger or smaller than the flex line's combined basis size, a value of Enum.UIFlexMode.Fill sets an effective 1:1 grow‑shrink ratio on the parent GuiObject. This setting ensures the flex line always fills the container, even if the container size changes.

Diagram showing two items in a line with FlexMode set to Fill.

For fine-tuned layouts, a value of Enum.UIFlexMode.Custom enables the GrowRatio and ShrinkRatio properties, allowing for relative growth or shrinking of the object in a ratio compared to other flex objects also under control of a UIFlexItem.

GrowRatio

병렬 읽기

If there is free space in the flex line, this property determines the amount the parent GuiObject grows relative to other flex items in the line. Applies only if FlexMode is set to Enum.UIFlexMode.Custom.

ItemLineAlignment

병렬 읽기

Cross-axis alignment of the specific parent GuiObject within the flex line. See UIListLayout.ItemLineAlignment for details.

ShrinkRatio

병렬 읽기

If there is overflow in the flex line, this property determines the amount the parent GuiObject shrinks relative to other flex items in the line. Applies only if FlexMode is set to Enum.UIFlexMode.Custom.

메서드

이벤트