stop method

void stop(
  1. bool clear
)

Implementation

void stop(bool clear) {
  _emissionTime = 0.0;
  if (clear) _particleCount = 0;
}