Example #1
0
 private void OnTriggerEnter(Collider other)
 {
     manager.OnStartCompute();
     Debug.LogError("EHEHEEEY");
 }
Example #2
0
 /* Begin computation when VR hand intersects with button bounds. */
 private void OnTriggerEnter(Collider other)
 {
     manager.OnStartCompute();
     Debug.LogError("VRButton: OnTriggerEnter() Success.");
 }