public void SetNewSteering(Dropdown dropdown) { SetNewSteering( (SteeringControllerType) SteeringControllerType.Parse(typeof(SteeringControllerType), dropdown.captionText.text.Replace(" ", string.Empty), true)); }