reset method

void reset()

Implementation

void reset() {
  _currentFrameTime = 0;
  _currentFrameIndex = 0;
}