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