update abstract method

void update(
  1. double dt
)

Updates the game entity at each frame.

Implementation

void update(double dt);