Package | Description |
---|---|
com.badlogic.gdx.graphics.g3d.particles.values |
Modifier and Type | Class and Description |
---|---|
class |
CylinderSpawnShapeValue
Encapsulate the formulas to spawn a particle on a cylinder shape.
|
class |
EllipseSpawnShapeValue
Encapsulate the formulas to spawn a particle on a ellipse shape.
|
class |
GradientColorValue
Defines a variation of red, green and blue on a given time line.
|
class |
LineSpawnShapeValue
Encapsulate the formulas to spawn a particle on a line shape.
|
class |
MeshSpawnShapeValue
The base class of all the
ParticleValue values which spawn a particle on a mesh shape. |
class |
NumericValue
A value which contains a single float variable.
|
class |
PointSpawnShapeValue
Encapsulate the formulas to spawn a particle on a point shape.
|
class |
PrimitiveSpawnShapeValue
The base class of all the
SpawnShapeValue values which spawn the
particles on a geometric primitive. |
class |
RangedNumericValue
A value which has a defined minimum and maximum bounds.
|
class |
RectangleSpawnShapeValue
Encapsulate the formulas to spawn a particle on a rectangle shape.
|
class |
ScaledNumericValue
A value which has a defined minimum and maximum upper and lower bounds.
|
class |
SpawnShapeValue
Encapsulate the formulas to spawn a particle on a shape.
|
class |
UnweightedMeshSpawnShapeValue
Encapsulate the formulas to spawn a particle on a mesh shape.
|
class |
WeightMeshSpawnShapeValue
Encapsulate the formulas to spawn a particle on a mesh shape dealing
with not uniform area triangles.
|
Modifier and Type | Method and Description |
---|---|
void |
EllipseSpawnShapeValue.load(ParticleValue value) |
void |
MeshSpawnShapeValue.load(ParticleValue value) |
void |
ParticleValue.load(ParticleValue value) |
void |
PrimitiveSpawnShapeValue.load(ParticleValue value) |
void |
SpawnShapeValue.load(ParticleValue value) |
Constructor and Description |
---|
ParticleValue(ParticleValue value) |