public Tweener TweenRotate(float endValue, float duration) { return DOTween.To(() => this.rotation, x => this.rotation = x, endValue, duration) .SetUpdate(true) .SetTarget(this); }