seek method

void seek(
  1. double time
)

Implementation

void seek(double time) {
  _playbackTime = clampDouble(time, 0, _animation.endTime);
}