예제 #1
0
 //退出面板
 public void ExitPanel()
 {
     ClosePanel();
     CloseIOPanel();
     GameObject.Find("MyMotion").GetComponent <RobotMotion>().ReturnToZero();
     //清除警报
     ScreenScript.ClearAllWarning();
 }