addRemoveTime abstract method

void addRemoveTime(
  1. int duration
)
inherited

Increments the remove time accumulator

  • duration: the time taken in milliseconds

Implementation

void addRemoveTime(int duration);