libgdx API

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

Packages that use ParticleEmitter.SpawnShape
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
 ParticleEmitter.SpawnShape ParticleEmitter.SpawnShapeValue.getShape()
           
static ParticleEmitter.SpawnShape ParticleEmitter.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
 void ParticleEmitter.SpawnShapeValue.setShape(ParticleEmitter.SpawnShape shape)
           
 


libgdx API

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