| Package | Description |
|---|---|
| com.badlogic.gdx.graphics.g3d.particles |
| Modifier and Type | Field and Description |
|---|---|
ParticleShader.ParticleType |
ParticleShader.Config.type |
| Modifier and Type | Method and Description |
|---|---|
static ParticleShader.ParticleType |
ParticleShader.ParticleType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ParticleShader.ParticleType[] |
ParticleShader.ParticleType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
Config(ParticleShader.AlignMode align,
ParticleShader.ParticleType type) |
Config(ParticleShader.ParticleType type) |