Esempio n. 1
0
 public static int DOSmoothRewind(this Component target)
 {
     return(DOTween.SmoothRewind(target));
 }
Esempio n. 2
0
 /// <summary>
 ///     Smoothly rewinds 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 rewinded.
 /// </summary>
 public static int DOSmoothRewind(this AudioMixer target)
 {
     return(DOTween.SmoothRewind(target));
 }
Esempio n. 3
0
 public static int DOSmoothRewind(this Material target)
 {
     return(DOTween.SmoothRewind(target));
 }