示例#1
0
 public void Drag2Steps()
 {
     DragPanel.SetActive(false);
     stepsPanel.SetActive(true);
     stepText.SetActive(true);
     tarModel.SetActive(true);
     tarText.SetActive(true);
 }
示例#2
0
 public void Sym2Drag()
 {
     symPanel.SetActive(false);
     DragPanel.SetActive(true);
 }