public void UpdateGyro()
 {
     Gyro.UpdateGyro(transform);
 }
Exemple #2
0
 public void UpdateGyro()
 {
     Gyro.UpdateGyro(transform.parent);
 }