Esempio n. 1
0
 public void Show()
 {
     hits.Clear();
     colliderCount.Clear();
     attachedHandCollider.enabled = true;
     ShowHide(true);
 }
Esempio n. 2
0
 /// To expose to the animator. Also resets hit counts.
 public void Hide()
 {
     Show(false);
     hits.Clear();
     colliderCount.Clear();
 }