コード例 #1
0
 /// <summary>
 /// Changes the control index of the active robot
 /// </summary>
 public void ChangeControlIndex(int index)
 {
     ActiveRobot.SetControlIndex(index);
 }