Lysa.ui  0.0
Lysa 3D Engine
SortOrder Enum Referenceenum

Detailed Description

Direction of the sort of a column of a Table.

Lua full name: lysa.ui.SortOrder

Constants

integer NONE
 The column is not sorted.
 
integer ASCENDING
 The column is sorted from the smallest to the greatest value.
 
integer DESCENDING
 The column is sorted from the greatest to the smallest value.
 

Enumerator Documentation

integer NONE

The column is not sorted.

integer ASCENDING

The column is sorted from the smallest to the greatest value.

integer DESCENDING

The column is sorted from the greatest to the smallest value.