Package | Description |
---|---|
com.badlogic.gdx.graphics.g3d.particles | |
com.badlogic.gdx.graphics.g3d.particles.batches |
Modifier and Type | Field and Description |
---|---|
ParticleShader.AlignMode |
ParticleShader.Config.align |
Modifier and Type | Method and Description |
---|---|
static ParticleShader.AlignMode |
ParticleShader.AlignMode.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ParticleShader.AlignMode[] |
ParticleShader.AlignMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
Config(ParticleShader.AlignMode align) |
Config(ParticleShader.AlignMode align,
ParticleShader.ParticleType type) |
Modifier and Type | Field and Description |
---|---|
protected ParticleShader.AlignMode |
BillboardParticleBatch.mode |
Modifier and Type | Method and Description |
---|---|
ParticleShader.AlignMode |
BillboardParticleBatch.getAlignMode() |
Modifier and Type | Method and Description |
---|---|
void |
BillboardParticleBatch.setAlignMode(ParticleShader.AlignMode mode)
Sets the current align mode.
|
Constructor and Description |
---|
BillboardParticleBatch(ParticleShader.AlignMode mode,
boolean useGPU,
int capacity) |
BillboardParticleBatch(ParticleShader.AlignMode mode,
boolean useGPU,
int capacity,
BlendingAttribute blendingAttribute,
DepthTestAttribute depthTestAttribute)
Create a new BillboardParticleBatch
|
Config(boolean useGPU,
ParticleShader.AlignMode mode) |