XRDevice

class in UnityEngine.XR

Cambiar al Manual

Descripción

Contains all functionality related to a XR device.

Variables Estáticas

fovZoomFactorZooms the XR projection.
isPresentSuccessfully detected a XR device in working order.
modelSpecific model of loaded XR device.
refreshRateTasa de actualización de la pantalla en Hertz.
trackingOriginModeReturns the devices TrackingOriginType.
userPresenceIndicates whether the user is present and interacting with the device.

Funciones Estáticas

DisableAutoXRCameraTrackingSets whether the camera passed in the first parameter is controlled implicitly by the XR Device
GetNativePtrThis method returns an IntPtr representing the native pointer to the XR device if one is available, otherwise the value will be IntPtr.Zero.
GetTrackingSpaceTypeReturns the device's current TrackingSpaceType. This value determines how the camera is positioned relative to its starting position. For more, see the section "Understanding the camera" in VROverview.
SetTrackingSpaceTypeSets the device's current TrackingSpaceType. Returns true on success. Returns false if the given TrackingSpaceType is not supported or the device fails to switch.

Events

deviceLoadedSubscribe a delegate to this event to get notified when an XRDevice is successfully loaded.