Package | Description |
---|---|
com.badlogic.gdx.graphics.g3d.particles | |
com.badlogic.gdx.graphics.g3d.particles.emitters |
Modifier and Type | Field and Description |
---|---|
Emitter |
ParticleController.emitter
Controls the emission of the particles
|
Constructor and Description |
---|
ParticleController(java.lang.String name,
Emitter emitter,
ParticleControllerRenderer<?,?> renderer,
Influencer... influencers) |
Modifier and Type | Class and Description |
---|---|
class |
RegularEmitter
It's a generic use
Emitter which fits most of the particles simulation scenarios. |
Modifier and Type | Method and Description |
---|---|
void |
Emitter.set(Emitter emitter) |
Constructor and Description |
---|
Emitter(Emitter regularEmitter) |