예제 #1
0
 public void Update(float dt)
 {
     _pingPong?.Update(dt);
     _smoother?.Run(dt);
 }
예제 #2
0
 public void Update(float dt)
 {
     _lerper?.Run(dt);
 }