SortOrder
Used by UIGridStyleLayout.SortOrder to order the elements in the layout.

Items
Name | Value | Summary |
---|---|---|
Name | 0 | Elements are ordered by their Instance.Name in alphanumeric order. |
Custom | 1 | Elements are ordered by the function passed to UIGridStyleLayout:SetCustomSortFunction(). |
LayoutOrder | 2 | Elements are ordered by GuiObject.LayoutOrder in ascending order; for example 0 will be placed before 1. |