reset method

void reset()

Resets the particle system and starts it from scratch.

Implementation

void reset() {
  _numEmittedParticles = 0;
  _particles.clear();
}