Enum SortMode
Specifies the sort order.
Namespace: Evergine.Common.Graphics
Assembly: Evergine.Common.dll
Syntax
public enum SortMode : byte
Fields
Name | Description |
---|---|
BackToFront | Back-to-front sorting. |
FrontToBack | Front-to-back sorting. |
None | No sorting. |