Search Results for

    Show / Hide Table of Contents

    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

    Extension Methods

    Extensions.ReflectiveCompare<T>(T, T)
    Extensions.RawClone<T>(T)
    In This Article
    • Fields
      • AlphabeticOrder
      • AlphabeticReverse
      • value__
    • Extension Methods
    Back to top Copyright © 2012-2024 Wojciech Figat