Class ParticleSorterCustom<T>
The custom sorter uses a user-defined method for generating sort index from a user-defined field
public abstract class ParticleSorterCustom<T> where T : struct
Type Parameters
T
- Inheritance
-
ParticleSorterCustom<T>
- Derived
Constructors
ParticleSorterCustom(ParticlePool, ParticleFieldDescription<T>)
protected ParticleSorterCustom(ParticlePool pool, ParticleFieldDescription<T> fieldDesc)
Parameters
pool
ParticlePoolfieldDesc
ParticleFieldDescription<T>
Fields
ArrayPool
protected readonly ConcurrentArrayPool<SortedParticle> ArrayPool
Field Value
ParticlePool
protected readonly ParticlePool ParticlePool
Field Value
fieldDesc
protected readonly ParticleFieldDescription<T> fieldDesc