Package | Description |
---|---|
com.badlogic.gdx.graphics.g3d.particles.influencers | |
com.badlogic.gdx.graphics.g3d.particles.values |
Modifier and Type | Field and Description |
---|---|
SpawnShapeValue |
SpawnInfluencer.spawnShapeValue |
Constructor and Description |
---|
SpawnInfluencer(SpawnShapeValue spawnShapeValue) |
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 |
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 |
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 |
RectangleSpawnShapeValue
Encapsulate the formulas to spawn a particle on a rectangle 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 |
---|---|
SpawnShapeValue |
CylinderSpawnShapeValue.copy() |
SpawnShapeValue |
EllipseSpawnShapeValue.copy() |
SpawnShapeValue |
LineSpawnShapeValue.copy() |
SpawnShapeValue |
PointSpawnShapeValue.copy() |
SpawnShapeValue |
RectangleSpawnShapeValue.copy() |
abstract SpawnShapeValue |
SpawnShapeValue.copy() |
SpawnShapeValue |
UnweightedMeshSpawnShapeValue.copy() |
SpawnShapeValue |
WeightMeshSpawnShapeValue.copy() |
Constructor and Description |
---|
SpawnShapeValue(SpawnShapeValue spawnShapeValue) |