reset method

  1. @override
void reset()
override

Implementation

@override
void reset() {
  super.reset();
  _animationClip.reset();
}