Uses of Interface
com.badlogic.gdx.graphics.g3d.particles.batches.ParticleBatch
-
Packages that use ParticleBatch Package Description com.badlogic.gdx.graphics.g3d.particles com.badlogic.gdx.graphics.g3d.particles.batches com.badlogic.gdx.graphics.g3d.particles.renderers -
-
Uses of ParticleBatch in com.badlogic.gdx.graphics.g3d.particles
Methods in com.badlogic.gdx.graphics.g3d.particles that return types with arguments of type ParticleBatch Modifier and Type Method Description Array<ParticleBatch<?>>ParticleSystem. getBatches()Methods in com.badlogic.gdx.graphics.g3d.particles with parameters of type ParticleBatch Modifier and Type Method Description voidParticleSystem. add(ParticleBatch<?> batch)Method parameters in com.badlogic.gdx.graphics.g3d.particles with type arguments of type ParticleBatch Modifier and Type Method Description voidParticleEffect. setBatch(Array<ParticleBatch<?>> batches)Assign one batch, among those passed in, to each controller.Constructor parameters in com.badlogic.gdx.graphics.g3d.particles with type arguments of type ParticleBatch Constructor Description ParticleEffectLoadParameter(Array<ParticleBatch<?>> batches)ParticleEffectSaveParameter(FileHandle file, AssetManager manager, Array<ParticleBatch<?>> batches)ParticleEffectSaveParameter(FileHandle file, AssetManager manager, Array<ParticleBatch<?>> batches, JsonWriter.OutputType jsonOutputType, boolean prettyPrint) -
Uses of ParticleBatch in com.badlogic.gdx.graphics.g3d.particles.batches
Classes in com.badlogic.gdx.graphics.g3d.particles.batches that implement ParticleBatch Modifier and Type Class Description classBillboardParticleBatchThis class is used to render billboard particles.classBufferedParticleBatch<T extends ParticleControllerRenderData>Base class of all the batches requiring to bufferParticleControllerRenderDataclassModelInstanceParticleBatchThis class is used to render particles having a model instance channel.classPointSpriteParticleBatchThis class is used to draw particles as point sprites. -
Uses of ParticleBatch in com.badlogic.gdx.graphics.g3d.particles.renderers
Classes in com.badlogic.gdx.graphics.g3d.particles.renderers with type parameters of type ParticleBatch Modifier and Type Class Description classParticleControllerRenderer<D extends ParticleControllerRenderData,T extends ParticleBatch<D>>It's aParticleControllerComponentwhich determines how the particles are rendered.Fields in com.badlogic.gdx.graphics.g3d.particles.renderers declared as ParticleBatch Modifier and Type Field Description protected TParticleControllerRenderer. batchMethods in com.badlogic.gdx.graphics.g3d.particles.renderers with parameters of type ParticleBatch Modifier and Type Method Description booleanBillboardRenderer. isCompatible(ParticleBatch<?> batch)booleanModelInstanceRenderer. isCompatible(ParticleBatch<?> batch)booleanParticleControllerControllerRenderer. isCompatible(ParticleBatch batch)abstract booleanParticleControllerRenderer. isCompatible(ParticleBatch<?> batch)booleanPointSpriteRenderer. isCompatible(ParticleBatch<?> batch)booleanParticleControllerRenderer. setBatch(ParticleBatch<?> batch)
-