コード例 #1
0
ファイル: MainState.cs プロジェクト: ezhangle/synthesis
 /// <summary>
 /// Cancels the active robot's unsaved orientation changes
 /// </summary>
 public void CancelRobotOrientation()
 {
     ActiveRobot.CancelRobotOrientation();
 }