SortOrder
Last updated
SortOrder is an Enum that specifies the criteria for sorting child elements of a container.
It is used as the SortOrder property in GuiBase and its subclasses, determining the order in which child elements are sorted and displayed.
Name
0
Sorts child elements alphabetically by name.
LayoutOrder
2
Sorts child elements in order by their LayoutOrder property value.
Last updated