step method

void step (double dt)

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

Implementation

void step(double dt);