onDestroyParticle abstract method

void onDestroyParticle(
  1. Particle particle
)

Called when a particle is about to be destroyed.

Implementation

void onDestroyParticle(Particle particle);