UIFlexMode
Used with UIFlexItem.FlexMode to define how the parent GuiObject grows or shrinks.
Items 5
History | Name | Value | Description | |
---|---|---|---|---|
598 | None | 0 | The parent GuiObject is unaffected and neither shrinks nor grows. | |
598 | Grow | 1 | Sets an effective | |
598 | Shrink | 2 | Sets an effective | |
598 | Fill | 3 | Sets an effective | |
598 | Custom | 4 | Enables the GrowRatio and ShrinkRatio properties for the UIFlexItem, allowing for relative growth or shrinking of the parent GuiObject in a ratio compared to other flex objects also under control of a UIFlexItem. |
Description
Used with UIFlexItem.FlexMode to define how the parent GuiObject grows or shrinks with available space in the container.