Stride

OPEN / CLOSE
  • Features
  • Blog
  • Documentation
  • Community
(icon) Download

  • Discord
  • Facebook
  • Twitter
  • YouTube

LANGUAGE

OPEN / CLOSE
  • English
  • 日本語
    Show / Hide Table of Contents

    SortKey Struct

    Namespace: Stride.Rendering
    Assembly: Stride.Rendering.dll

    Sort key used

    public struct SortKey : IComparable<SortKey>
    Name Description
    Fields
    Index
    StableIndex
    Value
    Methods
    CompareTo(SortKey)
    | Improve this Doc View Source

    Fields


    Index

    public int Index
    Field Value
    Type Description
    System.Int32

    StableIndex

    public int StableIndex
    Field Value
    Type Description
    System.Int32

    Value

    public ulong Value
    Field Value
    Type Description
    System.UInt64
    | Improve this Doc View Source

    Methods


    CompareTo(SortKey)

    public int CompareTo(SortKey other)
    Parameters
    Type Name Description
    SortKey other
    Returns
    Type Description
    System.Int32

    Inherited Members

    System.ValueType.Equals(System.Object)
    System.ValueType.GetHashCode()
    System.ValueType.ToString()

    Extension Methods

    ComponentBaseExtensions.DisposeBy<T>(T, ICollectorHolder)
    ComponentBaseExtensions.RemoveDisposeBy<T>(T, ICollectorHolder)
    • Improve this Doc
    • View Source
    In This Article

    Back to top

    Copyright © 2019-2021 .NET Foundation and Contributors
    Supported by the .NET Foundation