Enumeration
WebKit2XRSessionFeatures
since: 2.52
Description [src]
Enum values representing the XR session features.
See https://immersive-web.github.io/webxr/#xrreferencespace-interface. And, see https://immersive-web.github.io/webxr-hand-input/ for hand tracking.
Available since: 2.52
Members
| Name | Description |
|---|---|
WEBKIT_XR_SESSION_FEATURES_VIEWER |
Viewer feature. |
WEBKIT_XR_SESSION_FEATURES_LOCAL |
Local feature. |
WEBKIT_XR_SESSION_FEATURES_LOCAL_FLOOR |
Local-floor feature. |
WEBKIT_XR_SESSION_FEATURES_BOUNDED_FLOOR |
Bounded-floor feature. |
WEBKIT_XR_SESSION_FEATURES_UNBOUNDED |
Unbounded feature. |
WEBKIT_XR_SESSION_FEATURES_HAND_TRACKING |
Hand tracking feature. |
WEBKIT_XR_SESSION_FEATURES_HIT_TEST |
Hit test feature. |
WEBKIT_XR_SESSION_FEATURES_LAYERS |
WebXR Layers feature. |