Esempio n. 1
0
 void OpenUI()
 {
     //Enable/disable info ui and rotate buttons
     GetComponent <ObjectLoading>().LoadObjects();
     GetComponent <ObjectLoading>().DisableObjects();
     setInfo = infoCan.GetComponent <SetInformation>();
     setInfo.SetCurrentInfo(num);
     setInfo.SetText();
 }