clear method

void clear()

Removes every particle.

Implementation

void clear() {
  _aliveCount = 0;
}