// Unity SDK Headset Tracker|SDK_Unity|006 namespace VRTK { using UnityEngine; /// /// The Headset Tracker enables the GameObject to track it's position/rotation to the available connected VR HMD via the `UnityEngine.VR` library. /// /// /// The Unity Headset Tracker is attached to the `[UnityBase_CameraRig]` prefab on the child `Head` HMD tracking. /// public class SDK_UnityHeadsetTracker : MonoBehaviour { } }