step method

  1. @override
void step(
  1. double fixedDt
)

Advances the simulation by exactly fixedDt seconds.

Called by the scene driver inside its substepping loop. User code should not call this directly.

Implementation

@override
void step(double fixedDt) {
  _stepTriggers();
}