public void toggleSmoothMovementAction()
 {
     DataAndSettingsManager.setSmoothMovementState(this.smoothMovementToggle.isOn);
 }