Table of Contents

Namespace Stride.Particles.Sorters

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>