Uses of Class
com.badlogic.gdx.graphics.g3d.particles.ParticleController
-
Packages that use ParticleController Package Description com.badlogic.gdx.graphics.g3d.particles com.badlogic.gdx.graphics.g3d.particles.influencers com.badlogic.gdx.graphics.g3d.particles.renderers -
-
Uses of ParticleController in com.badlogic.gdx.graphics.g3d.particles
Fields in com.badlogic.gdx.graphics.g3d.particles declared as ParticleController Modifier and Type Field Description protected ParticleControllerParticleControllerComponent. controllerMethods in com.badlogic.gdx.graphics.g3d.particles that return ParticleController Modifier and Type Method Description ParticleControllerParticleController. copy()ParticleControllerParticleEffect. findController(java.lang.String name)Returns the controller with the specified name, or null.Methods in com.badlogic.gdx.graphics.g3d.particles that return types with arguments of type ParticleController Modifier and Type Method Description Array<ParticleController>ParticleEffect. getControllers()Methods in com.badlogic.gdx.graphics.g3d.particles with parameters of type ParticleController Modifier and Type Method Description voidParticleControllerComponent. set(ParticleController particleController)Constructors in com.badlogic.gdx.graphics.g3d.particles with parameters of type ParticleController Constructor Description ParticleEffect(ParticleController... emitters) -
Uses of ParticleController in com.badlogic.gdx.graphics.g3d.particles.influencers
Fields in com.badlogic.gdx.graphics.g3d.particles.influencers with type parameters of type ParticleController Modifier and Type Field Description Array<ParticleController>ParticleControllerInfluencer. templatesMethods in com.badlogic.gdx.graphics.g3d.particles.influencers with parameters of type ParticleController Modifier and Type Method Description voidDynamicsInfluencer. set(ParticleController particleController)Constructors in com.badlogic.gdx.graphics.g3d.particles.influencers with parameters of type ParticleController Constructor Description ParticleControllerInfluencer(ParticleController... templates)Random(ParticleController... templates)Single(ParticleController... templates) -
Uses of ParticleController in com.badlogic.gdx.graphics.g3d.particles.renderers
Fields in com.badlogic.gdx.graphics.g3d.particles.renderers declared as ParticleController Modifier and Type Field Description ParticleControllerParticleControllerRenderData. controllerMethods in com.badlogic.gdx.graphics.g3d.particles.renderers with parameters of type ParticleController Modifier and Type Method Description voidParticleControllerRenderer. set(ParticleController particleController)
-