private void AugmentBothHands() { LeftHandAugment.SetActive(!LeftHandAugment.activeSelf); RightHandAugment.SetActive(!RightHandAugment.activeSelf); }
private void AugmentRightHand() { RightHandAugment.SetActive(!RightHandAugment.activeSelf); }