Package | Description |
---|---|
com.badlogic.gdx.graphics.g3d.particles |
Modifier and Type | Field and Description |
---|---|
protected Array<ObjectMap.Entry<java.lang.String,ResourceData<ParticleEffect>>> |
ParticleEffectLoader.items |
Modifier and Type | Method and Description |
---|---|
ParticleEffect |
ParticleEffect.copy() |
ParticleEffect |
ParticleEffectLoader.loadSync(AssetManager manager,
java.lang.String fileName,
FileHandle file,
ParticleEffectLoader.ParticleEffectLoadParameter parameter) |
Modifier and Type | Method and Description |
---|---|
void |
ParticleSystem.add(ParticleEffect effect) |
void |
ParticleSystem.remove(ParticleEffect effect) |
void |
ParticleEffectLoader.save(ParticleEffect effect,
ParticleEffectLoader.ParticleEffectSaveParameter parameter)
Saves the effect to the given file contained in the passed in parameter.
|
Constructor and Description |
---|
ParticleEffect(ParticleEffect effect) |