Uses of Class
com.badlogic.gdx.graphics.g2d.ParticleEmitter.SpawnEllipseSide
-
Packages that use ParticleEmitter.SpawnEllipseSide Package Description com.badlogic.gdx.graphics.g2d -
-
Uses of ParticleEmitter.SpawnEllipseSide in com.badlogic.gdx.graphics.g2d
Methods in com.badlogic.gdx.graphics.g2d that return ParticleEmitter.SpawnEllipseSide Modifier and Type Method Description ParticleEmitter.SpawnEllipseSideParticleEmitter.SpawnShapeValue. getSide()static ParticleEmitter.SpawnEllipseSideParticleEmitter.SpawnEllipseSide. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ParticleEmitter.SpawnEllipseSide[]ParticleEmitter.SpawnEllipseSide. 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.SpawnEllipseSide Modifier and Type Method Description voidParticleEmitter.SpawnShapeValue. setSide(ParticleEmitter.SpawnEllipseSide side)
-