advance abstract method

bool advance(
  1. double elapsedSeconds
)

Called by the scene, return true to keep advancing or false to stop.

Implementation

bool advance(double elapsedSeconds);