Ejemplo n.º 1
0
 public void brrrpL()
 {
     if (readyLeft == true)
     {
         xrbL.SendHapticImpulse(1.0f, 1.0f);
         Debug.Log("Brrrrrrrrrp LEFFFFT");
     }
 }
Ejemplo n.º 2
0
 public void brrrpR()
 {
     if (readyRight == true)
     {
         xrbR.SendHapticImpulse(1.0f, 1.0f);
         Debug.Log("Brrrrrrrrrp RIIIIGHT");
     }
 }
Ejemplo n.º 3
0
 public void brrrpL()
 {
     xrbL.SendHapticImpulse(1.0f, 1.0f);
     Debug.Log("Brrrrrrrrrp LEFFFFT");
 }
Ejemplo n.º 4
0
 public void brrrpR()
 {
     xrbR.SendHapticImpulse(1.0f, 1.0f);
     Debug.Log("Brrrrrrrrrp RIIIIGHT");
 }