Esempio n. 1
0
 /// <summary>
 /// 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 DORewind(this Component target)
 {
     return(DOTween.RewindAll(target));
 }
Esempio n. 2
0
 /// <summary>
 /// 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 DORewind(this AudioMixer target)
 {
     return DOTween.RewindAll(target);
 }