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