Uses of Class
com.badlogic.gdx.graphics.g2d.ParticleEmitter
-
Packages that use ParticleEmitter Package Description com.badlogic.gdx.graphics.g2d -
-
Uses of ParticleEmitter in com.badlogic.gdx.graphics.g2d
Methods in com.badlogic.gdx.graphics.g2d that return ParticleEmitter Modifier and Type Method Description ParticleEmitterParticleEffect. findEmitter(java.lang.String name)Returns the emitter with the specified name, or null.protected ParticleEmitterParticleEffect. newEmitter(ParticleEmitter emitter)protected ParticleEmitterParticleEffect. newEmitter(java.io.BufferedReader reader)Methods in com.badlogic.gdx.graphics.g2d that return types with arguments of type ParticleEmitter Modifier and Type Method Description Array<ParticleEmitter>ParticleEffect. getEmitters()Methods in com.badlogic.gdx.graphics.g2d with parameters of type ParticleEmitter Modifier and Type Method Description voidParticleEmitter. matchMotion(ParticleEmitter template)Sets all motion-related ranged values to match those of the template emitter.voidParticleEmitter. matchSize(ParticleEmitter template)Sets all size-related ranged values to match those of the template emitter.voidParticleEmitter. matchXSize(ParticleEmitter template)Sets all horizontal size-related ranged values to match those of the template emitter.voidParticleEmitter. matchYSize(ParticleEmitter template)Sets all vertical size-related ranged values to match those of the template emitter.protected ParticleEmitterParticleEffect. newEmitter(ParticleEmitter emitter)Constructors in com.badlogic.gdx.graphics.g2d with parameters of type ParticleEmitter Constructor Description ParticleEmitter(ParticleEmitter emitter)
-