Esempio n. 1
0
 void Pointer(HandController.types type)
 {
     if (type == HandController.types.RIGHT)
     {
         bow.SetActive(false);
     }
 }
Esempio n. 2
0
 void Grab(HandController.types type)
 {
     if (type == HandController.types.LEFT)
     {
         bow.SetActive(true);
         HandEvents.Grab(HandController.types.RIGHT);
     }
 }