| Package | Description |
|---|---|
| com.badlogic.gdx.graphics.g2d |
| Modifier and Type | Method and Description |
|---|---|
ParticleEmitter |
ParticleEffect.findEmitter(String name)
Returns the emitter with the specified name, or null.
|
| Modifier and Type | Method and Description |
|---|---|
Array<ParticleEmitter> |
ParticleEffect.getEmitters() |
| Modifier and Type | Method and Description |
|---|---|
void |
ParticleEmitter.matchMotion(ParticleEmitter template)
Sets all motion-related ranged values to match those of the template emitter.
|
void |
ParticleEmitter.matchSize(ParticleEmitter template)
Sets all size-related ranged values to match those of the template emitter.
|
void |
ParticleEmitter.matchXSize(ParticleEmitter template)
Sets all horizontal size-related ranged values to match those of the template emitter.
|
void |
ParticleEmitter.matchYSize(ParticleEmitter template)
Sets all vertical size-related ranged values to match those of the template emitter.
|
| Constructor and Description |
|---|
ParticleEmitter(ParticleEmitter emitter) |
Copyright © 2021. All rights reserved.