public interface ParticleDestructionListener
| Modifier and Type | Method and Description |
|---|---|
void |
onDestroy(int index)
Called when a particle is about to be destroyed.
|
void |
onDestroy(ParticleGroup group)
Called when any particle group is about to be destroyed.
|
void onDestroy(ParticleGroup group)
void onDestroy(int index)
World.getParticleUserDataBuffer() to determine which particle has been destroyed.index - the index to particle user data bufferCopyright © 2018. All rights reserved.