Stride

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

  • Discord
  • Facebook
  • Twitter
  • YouTube

LANGUAGE

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

    Stride.Particles.Sorters Namespace

    Classes

    ArrayPool<T>

    ConcurrentArrayPool<T>

    ParticleSorterAge

    Sorts the particles by descending order of their remaining Life

    ParticleSorterCustom<T>

    The custom sorter uses a user-defined method for generating sort index from a user-defined field

    ParticleSorterDefault

    The default sorter doesn not sort the particles, but only passes them directly to the renderer

    ParticleSorterDepth

    Sorts the particles by ascending order of their Depth (position on the camera's Z axis)

    ParticleSorterOrder

    Sorts the particles by ascending order of their Order attribute

    Structs

    Enumerator

    ParticleList

    ParticleList.Enumerator

    SortedParticle

    Interfaces

    IParticleSorter

    ISortValueCalculator<T>

    In This Article

    Back to top

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