Example #1
0
 public void Update(float deltaTime)
 {
     Time += deltaTime;
     Motion?.ApplyMotion(Model, Time);
 }