Ejemplo n.º 1
0
 public void Reset()
 {
     groundManager.Reset();
     grabManager.Reset();
     for (int i = 0; i < groundAngles.Length; i++)
     {
         groundAngles[i] = 0f;
     }
     groundAnglesSum = 0f;
 }