public static class ParticleSorter.None extends ParticleSorter
ParticleSorter.Distance, ParticleSorter.Nonecamera| Constructor and Description |
|---|
None() |
| Modifier and Type | Method and Description |
|---|---|
void |
ensureCapacity(int capacity)
This method is called when the batch has increased the underlying particle buffer.
|
<T extends ParticleControllerRenderData> |
sort(Array<T> renderData) |
setCamerapublic void ensureCapacity(int capacity)
ParticleSorterensureCapacity in class ParticleSorterpublic <T extends ParticleControllerRenderData> int[] sort(Array<T> renderData)
sort in class ParticleSorter