API reference
API reference
Select your platform
No SDKs available
No versions available

OVRCameraRigRef Class

Extends MonoBehaviour, IOVRCameraRigRef
Points to an OVRCameraRig instance.
This level of indirection provides a single configuration point on the root of a prefab. Must execute before all other related classes so that the fields are initialized correctly and ready to use.

Fields

OVRCameraRig CameraRig[Get]
OVRHand LeftHand[Get]
OVRHand RightHand[Get]
Transform LeftController[Get]
Transform RightController[Get]

Events

Action< bool > WhenInputDataDirtied

Protected Fields

bool _started[Get]

Protected Functions

virtual void Start ( )
virtual void FixedUpdate ( )
virtual void Update ( )
virtual void LateUpdate ( )
virtual void OnEnable ( )
virtual void OnDisable ( )

Member Functions

void InjectAllOVRCameraRigRef
( OVRCameraRig ovrCameraRig,
bool requireHands )
void InjectInteractionOVRCameraRig
( OVRCameraRig ovrCameraRig )
void InjectRequireHands
( bool requireHands )
Did you find this page helpful?
Thumbs up icon
Thumbs down icon