Assignment for RMIT Mixed Reality in 2020
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

15 lines
500 B

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