getElapsedTime method

num getElapsedTime()

Implementation

num getElapsedTime() {
  getDelta();
  return elapsedTime;
}