Search Results for

    Show / Hide Table of Contents

    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.

    Extension Methods

    EnumExtensions.HasFlag(Enum, Enum)
    ReflectionHelper.GetMemberAssembly(object)
    ReflectionHelper.GetTypeName(object)
    In this article
    Back to top
    Generated by DocFX