Ejemplo n.º 1
0
 private void AugmentBothHands()
 {
     LeftHandAugment.SetActive(!LeftHandAugment.activeSelf);
     RightHandAugment.SetActive(!RightHandAugment.activeSelf);
 }
Ejemplo n.º 2
0
 private void AugmentLeftHand()
 {
     LeftHandAugment.SetActive(!LeftHandAugment.activeSelf);
 }