ParticleSorterCustom<T> Class
Namespace: Stride.Particles.Sorters
Assembly: Stride.Particles.dll
The custom sorter uses a user-defined method for generating sort index from a user-defined field
System.Object →
ParticleSorterCustom<T>
public abstract class ParticleSorterCustom<T>
where T : struct
Type Parameters
|
Improve this Doc
View Source
Constructors
ParticleSorterCustom(ParticlePool, ParticleFieldDescription<T>)
protected ParticleSorterCustom(ParticlePool pool, ParticleFieldDescription<T> fieldDesc)
Parameters
|
Improve this Doc
View Source
Fields
ArrayPool
protected readonly ConcurrentArrayPool<SortedParticle> ArrayPool
Field Value
fieldDesc
protected readonly ParticleFieldDescription<T> fieldDesc
Field Value
ParticlePool
protected readonly ParticlePool ParticlePool
Field Value
Extension Methods