コード例 #1
0
 public void SetNewSteering(Dropdown dropdown)
 {
     SetNewSteering(
         (SteeringControllerType)
         SteeringControllerType.Parse(typeof(SteeringControllerType),
                                      dropdown.captionText.text.Replace(" ", string.Empty), true));
 }