C# Class VRTK.SDK_UnityCameraRig

The `[UnityBase_CameraRig]` prefab is a default camera rig set up for use with the Unity SDK support.
The Unity CameraRig also utilises the Unity Controller Tracker and Headset Tracker to enable GameObject tracking of it's position/rotation to the available connected VR device via the `UnityEngine.VR` library.
Inheritance: MonoBehaviour
Show file Open project: charles-river-analytics/VSDK-Unity

Protected Methods

Method Description
Update ( ) : void

Method Details

Update() protected method

protected Update ( ) : void
return void