Uses of Class
com.badlogic.gdx.graphics.g3d.particles.ParticleSorter
-
Packages that use ParticleSorter Package Description com.badlogic.gdx.graphics.g3d.particles com.badlogic.gdx.graphics.g3d.particles.batches -
-
Uses of ParticleSorter in com.badlogic.gdx.graphics.g3d.particles
Subclasses of ParticleSorter in com.badlogic.gdx.graphics.g3d.particles Modifier and Type Class Description static classParticleSorter.DistanceThis class will sort all the particles using the distance from camera.static classParticleSorter.NoneUsing this class will not apply sorting -
Uses of ParticleSorter in com.badlogic.gdx.graphics.g3d.particles.batches
Fields in com.badlogic.gdx.graphics.g3d.particles.batches declared as ParticleSorter Modifier and Type Field Description protected ParticleSorterBufferedParticleBatch. sorterMethods in com.badlogic.gdx.graphics.g3d.particles.batches that return ParticleSorter Modifier and Type Method Description ParticleSorterBufferedParticleBatch. getSorter()Methods in com.badlogic.gdx.graphics.g3d.particles.batches with parameters of type ParticleSorter Modifier and Type Method Description voidBufferedParticleBatch. setSorter(ParticleSorter sorter)
-