Class SortType
The method sort for items.
Inheritance
System.Object
SortType
Namespace: FlaxEditor.Content.GUI
Assembly: FlaxEngine.CSharp.dll
Syntax
public sealed class SortType : Enum
Fields
AlphabeticOrder
The classic alphabetic sort method (A-Z).
Declaration
public const SortType AlphabeticOrder
Field Value
SortType
|
AlphabeticReverse
The reverse alphabetic sort method (Z-A).
Declaration
public const SortType AlphabeticReverse
Field Value
SortType
|
value__
Declaration
public int value__
Field Value
System.Int32
|