Uses of Class
com.badlogic.gdx.graphics.g3d.particles.values.PrimitiveSpawnShapeValue
-
Packages that use PrimitiveSpawnShapeValue Package Description com.badlogic.gdx.graphics.g3d.particles.values -
-
Uses of PrimitiveSpawnShapeValue in com.badlogic.gdx.graphics.g3d.particles.values
Subclasses of PrimitiveSpawnShapeValue 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.classPointSpawnShapeValueEncapsulate the formulas to spawn a particle on a point shape.classRectangleSpawnShapeValueEncapsulate the formulas to spawn a particle on a rectangle shape.Constructors in com.badlogic.gdx.graphics.g3d.particles.values with parameters of type PrimitiveSpawnShapeValue Constructor Description PrimitiveSpawnShapeValue(PrimitiveSpawnShapeValue value)
-