onUpdate method

void onUpdate(
  1. double dt
)
inherited

Override to react during the update phase each frame.

Called after all registered listenOnUpdate listeners.

Implementation

void onUpdate(double dt) {}