Beispiel #1
0
 public Tuple <T, bool> Update(float time)
 {
     return(animator.Update(time));
 }
Beispiel #2
0
 public Tuple <T, bool> Update(float time)
 {
     return(animator.Update(Mathf.Max(time - duration, 0f)));
 }