Class YVRManager
The general manager class of whole sdk which holds other managers and controls the lifecycle of the vr mode
Inheritance
Inherited Members
Namespace: YVR.Core
Assembly: YVR.Core.Runtime.dll
Syntax
public class YVRManager : MonoBehaviorSingleton<YVRManager>
Fields
Name | Description |
---|---|
boundary | The instance of class YVRBoundary |
cameraRenderer | The instance of class YVRCameraRenderer |
eventsManager | The instance of class YVREventsManager |
eyeTrackingSupport | The general manager class of whole sdk which holds other managers and controls the lifecycle of the vr mode |
handTrackingSupport | The general manager class of whole sdk which holds other managers and controls the lifecycle of the vr mode |
hmdManager | The instance of class YVRHMDManager |
qualityManager | The instance of class YVRQualityManager |
sceneSupport | The general manager class of whole sdk which holds other managers and controls the lifecycle of the vr mode |
spatialAnchorSupport | The general manager class of whole sdk which holds other managers and controls the lifecycle of the vr mode |
trackingManager | The instance of class YVRTrackingStateManager |
Properties
Name | Description |
---|---|
EyeBufferSharpenType | Set or get current eyebuffer sharpenType, see also YVRQualityManager |
batteryLevel | Get current battery level, see also YVRHMDManager |
batteryStatus | Get current battery status(charge or not), see also YVRHMDManager |
batteryTemperature | Get current battery temperature, see also YVRHMDManager |
cameraRig | The instance of class YVRCameraRig |
controllerRig | The instance of class YVRControllerRig |
cpuLevel | Set or get current cpu level(0-4), see also YVRPerformanceManager |
cpuUtilLevel | Get current cpu utilizing level(0.0-1.0), see also YVRHMDManager |
fixedFoveatedRenderingDynamic | Set or get current fixed foveated rendering dynamic, see also YVRQualityManager |
fixedFoveatedRenderingLevel | Set or get current fixed foveated rendering level, see also YVRQualityManager |
fixedFoveationRenderingEnabled | Get whether fixed foveation rendering is enabled or not |
gpuLevel | Set or get current gpu level(0-5), see also YVRPerformanceManager |
gpuUtilLevel | Get current gpu utilizing level(0.0-1.0), see also YVRHMDManager |
handManager | The instance of class YVRHandManager |
headPoseRelativeOffsetRotation | The rotation offset of the center eye (in euler angle), only works in editor mode |
headPoseRelativeOffsetTranslation | The position offset of the center eye, only works in editor mode |
isUserPresent | Get whether user is currently wearing the display, see also YVRHMDManager |
trackingSpace | The general manager class of whole sdk which holds other managers and controls the lifecycle of the vr mode |
useRecommendedMSAALevel | Get whether to use recommend MSAA level, see also YVRQualityManager |
vSyncCount | Set or get current vSync count, see also YVRQualityManager |
volumeLevel | Get current volume level, see also YVRHMDManager |
Methods
Name | Description |
---|---|
GetAppSWEnable() | The general manager class of whole sdk which holds other managers and controls the lifecycle of the vr mode |
Init() | The override function of @YVR.Core.MonoBehaviorSingleton`1.Init |
SetAppSWEnable(bool) | The general manager class of whole sdk which holds other managers and controls the lifecycle of the vr mode |