Uses of Class
com.badlogic.gdx.graphics.g3d.particles.ParticleEffect
-
Packages that use ParticleEffect Package Description com.badlogic.gdx.graphics.g3d.particles -
-
Uses of ParticleEffect in com.badlogic.gdx.graphics.g3d.particles
Fields in com.badlogic.gdx.graphics.g3d.particles with type parameters of type ParticleEffect Modifier and Type Field Description protected Array<ObjectMap.Entry<java.lang.String,ResourceData<ParticleEffect>>>ParticleEffectLoader. itemsMethods in com.badlogic.gdx.graphics.g3d.particles that return ParticleEffect Modifier and Type Method Description ParticleEffectParticleEffect. copy()ParticleEffectParticleEffectLoader. loadSync(AssetManager manager, java.lang.String fileName, FileHandle file, ParticleEffectLoader.ParticleEffectLoadParameter parameter)Methods in com.badlogic.gdx.graphics.g3d.particles with parameters of type ParticleEffect Modifier and Type Method Description voidParticleSystem. add(ParticleEffect effect)voidParticleSystem. remove(ParticleEffect effect)voidParticleEffectLoader. save(ParticleEffect effect, ParticleEffectLoader.ParticleEffectSaveParameter parameter)Saves the effect to the given file contained in the passed in parameter.Constructors in com.badlogic.gdx.graphics.g3d.particles with parameters of type ParticleEffect Constructor Description ParticleEffect(ParticleEffect effect)
-