update method
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);
Called from World.update (or once from the startup phase). dt is
the delta supplied to update.
@override
void update(World world, Duration dt) => _update(world, dt);