SortOrder

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

Items

NameValueSummary
Name0

Elements are ordered by their Instance.Name in alphanumeric order.

Custom1

Elements are ordered by the function passed to UIGridStyleLayout:SetCustomSortFunction().

Deprecated
LayoutOrder2

Elements are ordered by GuiObject.LayoutOrder in ascending order; for example 0 will be placed before 1.

On this page