update method

  1. @override
void update(
  1. World world,
  2. Duration dt
)
override

Called from World.update (or once from the startup phase). dt is the delta supplied to update.

Implementation

@override
void update(World world, Duration dt) => _update(world, dt);