/// <summary> /// /// </summary> public void StopCredits() { TweenExtensions.SafeKill(ref _creditsSequence); transform.position = new Vector2(_initTransform.x, _initTransform.y); _callback?.Invoke(); _creditsIsOver = false; }
/// <summary> /// /// </summary> private void OnDestroy() { StopAllCoroutines(); TweenExtensions.SafeKill(ref _tween); }
/// <summary> /// /// </summary> private void OnDestroy() { TweenExtensions.SafeKill(ref _sequence); }
/// <summary> /// /// </summary> private void OnDestroy() { TweenExtensions.SafeKill(ref _leftArrowSequence); TweenExtensions.SafeKill(ref _rightArrowSequence); }