step method

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

Moves to the next time step in an motion, dt is the delta time since the last time step in seconds. Typically this method is called from the MotionController.

Implementation

@override
void step(double dt) {}