Package org.lwjgl.openvr
Class OpenVR
- java.lang.Object
-
- org.lwjgl.openvr.OpenVR
-
public final class OpenVR extends java.lang.ObjectThe OpenVR function tables.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classOpenVR.IVRApplicationsstatic classOpenVR.IVRChaperonestatic classOpenVR.IVRChaperoneSetupstatic classOpenVR.IVRCompositorstatic classOpenVR.IVRDebugstatic classOpenVR.IVRDriverManagerstatic classOpenVR.IVRExtendedDisplaystatic classOpenVR.IVRHeadsetViewstatic classOpenVR.IVRInputstatic classOpenVR.IVRIOBufferstatic classOpenVR.IVRNotificationsstatic classOpenVR.IVROverlaystatic classOpenVR.IVROverlayViewstatic classOpenVR.IVRRenderModelsstatic classOpenVR.IVRResourcesstatic classOpenVR.IVRScreenshotsstatic classOpenVR.IVRSettingsstatic classOpenVR.IVRSpatialAnchorsstatic classOpenVR.IVRSystemstatic classOpenVR.IVRTrackedCamera
-
Field Summary
Fields Modifier and Type Field Description static OpenVR.IVRApplicationsVRApplicationsstatic OpenVR.IVRChaperoneVRChaperonestatic OpenVR.IVRChaperoneSetupVRChaperoneSetupstatic OpenVR.IVRCompositorVRCompositorstatic OpenVR.IVRDebugVRDebugstatic OpenVR.IVRDriverManagerVRDriverManagerstatic OpenVR.IVRExtendedDisplayVRExtendedDisplaystatic OpenVR.IVRHeadsetViewVRHeadsetViewstatic OpenVR.IVRInputVRInputstatic OpenVR.IVRIOBufferVRIOBufferstatic OpenVR.IVRNotificationsVRNotificationsstatic OpenVR.IVROverlayVROverlaystatic OpenVR.IVROverlayViewVROverlayViewstatic OpenVR.IVRRenderModelsVRRenderModelsstatic OpenVR.IVRResourcesVRResourcesstatic OpenVR.IVRScreenshotsVRScreenshotsstatic OpenVR.IVRSettingsVRSettingsstatic OpenVR.IVRSpatialAnchorsVRSpatialAnchorsstatic OpenVR.IVRSystemVRSystemstatic OpenVR.IVRTrackedCameraVRTrackedCamera
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidcheckInitToken()static voidcreate(int token)static voiddestroy()
-
-
-
Field Detail
-
VRSystem
@Nullable public static OpenVR.IVRSystem VRSystem
-
VRChaperone
@Nullable public static OpenVR.IVRChaperone VRChaperone
-
VRChaperoneSetup
@Nullable public static OpenVR.IVRChaperoneSetup VRChaperoneSetup
-
VRCompositor
@Nullable public static OpenVR.IVRCompositor VRCompositor
-
VRHeadsetView
@Nullable public static OpenVR.IVRHeadsetView VRHeadsetView
-
VROverlay
@Nullable public static OpenVR.IVROverlay VROverlay
-
VROverlayView
@Nullable public static OpenVR.IVROverlayView VROverlayView
-
VRResources
@Nullable public static OpenVR.IVRResources VRResources
-
VRRenderModels
@Nullable public static OpenVR.IVRRenderModels VRRenderModels
-
VRExtendedDisplay
@Nullable public static OpenVR.IVRExtendedDisplay VRExtendedDisplay
-
VRSettings
@Nullable public static OpenVR.IVRSettings VRSettings
-
VRApplications
@Nullable public static OpenVR.IVRApplications VRApplications
-
VRTrackedCamera
@Nullable public static OpenVR.IVRTrackedCamera VRTrackedCamera
-
VRScreenshots
@Nullable public static OpenVR.IVRScreenshots VRScreenshots
-
VRDriverManager
@Nullable public static OpenVR.IVRDriverManager VRDriverManager
-
VRInput
@Nullable public static OpenVR.IVRInput VRInput
-
VRIOBuffer
@Nullable public static OpenVR.IVRIOBuffer VRIOBuffer
-
VRSpatialAnchors
@Nullable public static OpenVR.IVRSpatialAnchors VRSpatialAnchors
-
VRDebug
@Nullable public static OpenVR.IVRDebug VRDebug
-
VRNotifications
@Nullable public static OpenVR.IVRNotifications VRNotifications
-
-