Package | Description |
---|---|
com.badlogic.gdx.graphics.g3d.particles.emitters |
Modifier and Type | Method and Description |
---|---|
RegularEmitter.EmissionMode |
RegularEmitter.getEmissionMode()
Gets current emission mode.
|
static RegularEmitter.EmissionMode |
RegularEmitter.EmissionMode.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static RegularEmitter.EmissionMode[] |
RegularEmitter.EmissionMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
RegularEmitter.setEmissionMode(RegularEmitter.EmissionMode emissionMode)
Sets emission mode.
|