Uses of Class
com.badlogic.gdx.graphics.g3d.particles.values.SpawnShapeValue
-
Packages that use SpawnShapeValue Package Description com.badlogic.gdx.graphics.g3d.particles.influencers com.badlogic.gdx.graphics.g3d.particles.values -
-
Uses of SpawnShapeValue in com.badlogic.gdx.graphics.g3d.particles.influencers
Fields in com.badlogic.gdx.graphics.g3d.particles.influencers declared as SpawnShapeValue Modifier and Type Field Description SpawnShapeValueSpawnInfluencer. spawnShapeValueConstructors in com.badlogic.gdx.graphics.g3d.particles.influencers with parameters of type SpawnShapeValue Constructor Description SpawnInfluencer(SpawnShapeValue spawnShapeValue) -
Uses of SpawnShapeValue in com.badlogic.gdx.graphics.g3d.particles.values
Subclasses of SpawnShapeValue in com.badlogic.gdx.graphics.g3d.particles.values Modifier and Type Class Description classCylinderSpawnShapeValueEncapsulate the formulas to spawn a particle on a cylinder shape.classEllipseSpawnShapeValueEncapsulate the formulas to spawn a particle on a ellipse shape.classLineSpawnShapeValueEncapsulate the formulas to spawn a particle on a line shape.classMeshSpawnShapeValueThe base class of all theParticleValuevalues which spawn a particle on a mesh shape.classPointSpawnShapeValueEncapsulate the formulas to spawn a particle on a point shape.classPrimitiveSpawnShapeValueThe base class of all theSpawnShapeValuevalues which spawn the particles on a geometric primitive.classRectangleSpawnShapeValueEncapsulate the formulas to spawn a particle on a rectangle shape.classUnweightedMeshSpawnShapeValueEncapsulate the formulas to spawn a particle on a mesh shape.classWeightMeshSpawnShapeValueEncapsulate the formulas to spawn a particle on a mesh shape dealing with not uniform area triangles.Methods in com.badlogic.gdx.graphics.g3d.particles.values that return SpawnShapeValue Modifier and Type Method Description SpawnShapeValueCylinderSpawnShapeValue. copy()SpawnShapeValueEllipseSpawnShapeValue. copy()SpawnShapeValueLineSpawnShapeValue. copy()SpawnShapeValuePointSpawnShapeValue. copy()SpawnShapeValueRectangleSpawnShapeValue. copy()abstract SpawnShapeValueSpawnShapeValue. copy()SpawnShapeValueUnweightedMeshSpawnShapeValue. copy()SpawnShapeValueWeightMeshSpawnShapeValue. copy()Constructors in com.badlogic.gdx.graphics.g3d.particles.values with parameters of type SpawnShapeValue Constructor Description SpawnShapeValue(SpawnShapeValue spawnShapeValue)
-