libgdx API

Uses of Class
com.badlogic.gdx.graphics.g2d.ParticleEmitter.SpawnEllipseSide

Packages that use ParticleEmitter.SpawnEllipseSide
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
 ParticleEmitter.SpawnEllipseSide ParticleEmitter.SpawnShapeValue.getSide()
           
static ParticleEmitter.SpawnEllipseSide ParticleEmitter.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
 void ParticleEmitter.SpawnShapeValue.setSide(ParticleEmitter.SpawnEllipseSide side)
           
 


libgdx API

Copyright 2010 Mario Zechner (contact@badlogicgames.com), Nathan Sweet (admin@esotericsoftware.com)