Version: 5.6

VRDevice

class in UnityEngine.VR

매뉴얼로 전환

설명

Contains all functionality related to a VR device.

정적 변수

isPresentSuccessfully detected a VR device in working order.
modelSpecific model of loaded VR device.
refreshRateRefresh rate of the display in Hertz.

정적 함수

GetNativePtrThis method returns an IntPtr representing the native pointer to the VR 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.