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