예제 #1
0
 public void OnLengthArrowBtnClicked()
 {
     ShortPanel.SetActive(true);
     LengthPanel.SetActive(false);
     //setshortpanelobjects();
 }
예제 #2
0
 public void OnShortArrowBtnClicked()
 {
     ShortPanel.SetActive(false);
     LengthPanel.SetActive(true);
 }