/// <summary> /// Restarts all tweens that have this target as a reference /// (meaning tweens that were started from this target, or that had this target added as an Id) /// and returns the total number of tweens restarted. /// </summary> public static int DORestart(this Component target) { return(DOTween.RestartAll(target)); }
/// <summary> /// Restarts all tweens that have this target as a reference /// (meaning tweens that were started from this target, or that had this target added as an Id) /// and returns the total number of tweens restarted. /// </summary> public static int DORestart(this AudioMixer target) { return DOTween.RestartAll(target); }