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