public class ParticleEffectPool extends com.badlogic.gdx.utils.Pool<PooledParticleEffect>
PooledParticleEffect
instances for improved performanceConstructor and Description |
---|
ParticleEffectPool(ParticleEffect effect,
int initialCapacity,
int max) |
Modifier and Type | Method and Description |
---|---|
protected PooledParticleEffect |
newObject() |
public ParticleEffectPool(ParticleEffect effect, int initialCapacity, int max)
protected PooledParticleEffect newObject()
newObject
in class com.badlogic.gdx.utils.Pool<PooledParticleEffect>