Ejemplo n.º 1
0
 public void InjectInteractionOVRCameraRig(InteractionOVRCameraRig ovrCameraRig)
 {
     _ovrCameraRig = ovrCameraRig;
     // Clear the cached values to force new values to be read on next access
     _leftHand  = null;
     _rightHand = null;
 }
Ejemplo n.º 2
0
 public void InjectAllOVRCameraRigRef(InteractionOVRCameraRig ovrCameraRig, bool requireHands)
 {
     InjectInteractionOVRCameraRig(ovrCameraRig);
     InjectRequireHands(requireHands);
 }