public void brrrpL() { if (readyLeft == true) { xrbL.SendHapticImpulse(1.0f, 1.0f); Debug.Log("Brrrrrrrrrp LEFFFFT"); } }
public void brrrpR() { if (readyRight == true) { xrbR.SendHapticImpulse(1.0f, 1.0f); Debug.Log("Brrrrrrrrrp RIIIIGHT"); } }
public void brrrpL() { xrbL.SendHapticImpulse(1.0f, 1.0f); Debug.Log("Brrrrrrrrrp LEFFFFT"); }
public void brrrpR() { xrbR.SendHapticImpulse(1.0f, 1.0f); Debug.Log("Brrrrrrrrrp RIIIIGHT"); }