From 7fa8ccd1ed6d9c0b8e979d30e9af1d12dbf9ed48 Mon Sep 17 00:00:00 2001 From: David Snopek Date: Thu, 15 Feb 2024 14:58:38 -0600 Subject: WebXR: Add support for hand tracking --- modules/webxr/doc_classes/WebXRInterface.xml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'modules/webxr/doc_classes') diff --git a/modules/webxr/doc_classes/WebXRInterface.xml b/modules/webxr/doc_classes/WebXRInterface.xml index 9e1167c09f..caf7958f6b 100644 --- a/modules/webxr/doc_classes/WebXRInterface.xml +++ b/modules/webxr/doc_classes/WebXRInterface.xml @@ -153,6 +153,10 @@ + + A comma-separated list of features that were successfully enabled by [method XRInterface.initialize] when setting up the WebXR session. + This may include features requested by setting [member required_features] and [member optional_features]. + A comma-seperated list of optional features used by [method XRInterface.initialize] when setting up the WebXR session. If a user's browser or device doesn't support one of the given features, initialization will continue, but you won't be able to use the requested feature. -- cgit v1.2.3