Advances the simulation by exactly fixedDt seconds.
fixedDt
Called by the scene driver inside its substepping loop. User code should not call this directly.
@override void step(double fixedDt) { _stepTriggers(); }