コード例 #1
0
ファイル: MainState.cs プロジェクト: ezhangle/synthesis
 /// <summary>
 /// Saves the active robot's current orientation to be used whenever robot is reset
 /// </summary>
 public void SaveRobotOrientation()
 {
     ActiveRobot.SaveRobotOrientation();
 }