Ejemplo n.º 1
0
 //Handles state changes during a fixedUpdate physics update
 public void FixedUpdate(float deltaT)
 {
     currentState.FixedUpdate(deltaT);
 }