step method
- 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();
}