update abstract method

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

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

Implementation

void update(World world, Duration dt);