Esempio n. 1
0
 private void AugmentBothHands()
 {
     LeftHandAugment.SetActive(!LeftHandAugment.activeSelf);
     RightHandAugment.SetActive(!RightHandAugment.activeSelf);
 }
Esempio n. 2
0
 private void AugmentRightHand()
 {
     RightHandAugment.SetActive(!RightHandAugment.activeSelf);
 }