Esempio n. 1
0
 public float Update(float dt)
 {
     return(Interpolator.Update(ref this, dt, new TMode()));
 }
Esempio n. 2
0
 public float Update()
 {
     return(Interpolator.Update(ref this, Time.deltaTime, new TMode()));
 }