pause method

void pause()

Pauses updating and rendering the skeleton.

Implementation

void pause() {
  _isPlaying = false;
}