Uses of Class
com.badlogic.gdx.graphics.g2d.ParticleEmitter.SpawnShape
-
Packages that use ParticleEmitter.SpawnShape Package Description com.badlogic.gdx.graphics.g2d -
-
Uses of ParticleEmitter.SpawnShape in com.badlogic.gdx.graphics.g2d
Methods in com.badlogic.gdx.graphics.g2d that return ParticleEmitter.SpawnShape Modifier and Type Method Description ParticleEmitter.SpawnShapeParticleEmitter.SpawnShapeValue. getShape()static ParticleEmitter.SpawnShapeParticleEmitter.SpawnShape. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ParticleEmitter.SpawnShape[]ParticleEmitter.SpawnShape. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.badlogic.gdx.graphics.g2d with parameters of type ParticleEmitter.SpawnShape Modifier and Type Method Description voidParticleEmitter.SpawnShapeValue. setShape(ParticleEmitter.SpawnShape shape)
-