Signature
enum SortMethod
{
Sort_Ascending = 0,
Sort_Descending,
Sort_Random
};
Description
Contains sorting orders.
enum SortMethod
{
Sort_Ascending = 0,
Sort_Descending,
Sort_Random
};
Contains sorting orders.