reset method

void reset()

Implementation

void reset() {
  _checkAlive();
  _renderer.reset();
}