public void ChangeTiltX()
 {
     orbitingBody.SetTiltXByPercent(tiltXSlider.Value);
 }