update method

void update(
  1. double dt
)

Updates the _timer of this Particle.

Implementation

void update(double dt) {
  _timer?.update(dt);
}