libgdx API

com.badlogic.gdx.graphics.g2d
Class ParticleEffectPool.PooledEffect

java.lang.Object
  extended by com.badlogic.gdx.graphics.g2d.ParticleEffect
      extended by com.badlogic.gdx.graphics.g2d.ParticleEffectPool.PooledEffect
All Implemented Interfaces:
Disposable
Enclosing class:
ParticleEffectPool

public class ParticleEffectPool.PooledEffect
extends ParticleEffect


Method Summary
 void free()
           
 
Methods inherited from class com.badlogic.gdx.graphics.g2d.ParticleEffect
allowCompletion, dispose, draw, draw, findEmitter, getEmitters, isComplete, load, load, loadEmitterImages, loadEmitterImages, loadEmitters, loadTexture, save, setDuration, setFlip, setPosition, start, update
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

free

public void free()

libgdx API

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