stop method

DoTween stop()

Implementation

DoTween stop() {
  DoTween.remove(this);
  return this;
}