Uses of Class
com.badlogic.gdx.graphics.g3d.particles.values.PrimitiveSpawnShapeValue.SpawnSide
-
Packages that use PrimitiveSpawnShapeValue.SpawnSide Package Description com.badlogic.gdx.graphics.g3d.particles.values -
-
Uses of PrimitiveSpawnShapeValue.SpawnSide in com.badlogic.gdx.graphics.g3d.particles.values
Methods in com.badlogic.gdx.graphics.g3d.particles.values that return PrimitiveSpawnShapeValue.SpawnSide Modifier and Type Method Description PrimitiveSpawnShapeValue.SpawnSideEllipseSpawnShapeValue. getSide()static PrimitiveSpawnShapeValue.SpawnSidePrimitiveSpawnShapeValue.SpawnSide. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static PrimitiveSpawnShapeValue.SpawnSide[]PrimitiveSpawnShapeValue.SpawnSide. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.badlogic.gdx.graphics.g3d.particles.values with parameters of type PrimitiveSpawnShapeValue.SpawnSide Modifier and Type Method Description voidEllipseSpawnShapeValue. setSide(PrimitiveSpawnShapeValue.SpawnSide side)
-