Package | Description |
---|---|
com.badlogic.gdx.graphics.g3d.particles | |
com.badlogic.gdx.graphics.g3d.particles.influencers | |
com.badlogic.gdx.graphics.g3d.particles.renderers |
Modifier and Type | Field and Description |
---|---|
protected ParticleController |
ParticleControllerComponent.controller |
Modifier and Type | Method and Description |
---|---|
ParticleController |
ParticleController.copy() |
ParticleController |
ParticleEffect.findController(java.lang.String name)
Returns the controller with the specified name, or null.
|
Modifier and Type | Method and Description |
---|---|
Array<ParticleController> |
ParticleEffect.getControllers() |
Modifier and Type | Method and Description |
---|---|
void |
ParticleControllerComponent.set(ParticleController particleController) |
Constructor and Description |
---|
ParticleEffect(ParticleController... emitters) |
Modifier and Type | Field and Description |
---|---|
Array<ParticleController> |
ParticleControllerInfluencer.templates |
Modifier and Type | Method and Description |
---|---|
void |
DynamicsInfluencer.set(ParticleController particleController) |
Constructor and Description |
---|
ParticleControllerInfluencer(ParticleController... templates) |
Random(ParticleController... templates) |
Single(ParticleController... templates) |
Modifier and Type | Field and Description |
---|---|
ParticleController |
ParticleControllerRenderData.controller |
Modifier and Type | Method and Description |
---|---|
void |
ParticleControllerRenderer.set(ParticleController particleController) |