addGetTime abstract method

void addGetTime(
  1. int duration
)
inherited

Increments the get time accumulator

  • duration the time taken in milliseconds

Implementation

void addGetTime(int duration);