SortOrder

Overview

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.

Items

Name
Value
Description

Name

0

Sorts child elements alphabetically by name.

LayoutOrder

2

Sorts child elements in order by their LayoutOrder property value.

See also

UIGridStyleLayout

Last updated