Exemplo n.º 1
0
 void SetLeftHandPointOff()
 {
     if (Left_HandPoint.activeInHierarchy)
     {
         Left_HandPoint.SetActive(false);
     }
 }
Exemplo n.º 2
0
 void SetLeftHandPointOn()
 {
     Left_HandPoint.SetActive(true);
 }