8 using System.Collections;
10 namespace Valve.VR.InteractionSystem
15 public GameObject physParent;
18 void OnCollisionEnter( Collision other )
20 Balloon contactBalloon = other.collider.GetComponentInParent<
Balloon>();
21 if ( contactBalloon != null )
23 Hand hand = physParent.GetComponentInParent<
Hand>();
26 hand.controller.TriggerHapticPulse( 500 );