/// <summary>
        /// Initializes a new instance of the <see cref="OculusVRService"/> class.
        /// </summary>
        /// <param name="ovrApplication">The OVR application.</param>
        public OculusVRService(OculusVRApplication ovrApplication)
        {
            this.ovrApplication = ovrApplication;

            this.OculusRemoteState          = new OculusRemoteState();
            this.OculusTouchControllerState = new OculusTouchControllerState();
        }
Ejemplo n.º 2
0
 /// <summary>
 /// Initializes a new instance of the <see cref="OculusVRService"/> class.
 /// </summary>
 /// <param name="ovrApplication">The OVR application.</param>
 public OculusVRService(OculusVRApplication ovrApplication)
 {
     this.ovrApplication = ovrApplication;
 }