Exemple #1
0
 private void AugmentBothHands()
 {
     LeftHandAugment.SetActive(!LeftHandAugment.activeSelf);
     RightHandAugment.SetActive(!RightHandAugment.activeSelf);
 }
Exemple #2
0
 private void AugmentLeftHand()
 {
     LeftHandAugment.SetActive(!LeftHandAugment.activeSelf);
 }