summaryrefslogtreecommitdiffstats
path: root/modules/webxr/doc_classes
diff options
context:
space:
mode:
authorDavid Snopek <dsnopek@gmail.com>2024-02-15 14:58:38 -0600
committerDavid Snopek <dsnopek@gmail.com>2024-02-23 15:30:10 -0600
commit7fa8ccd1ed6d9c0b8e979d30e9af1d12dbf9ed48 (patch)
tree4e7a045d86d01e023f41af43c06a6a17c04d0886 /modules/webxr/doc_classes
parent2fe8f07b6c1156803e860519f37c269e394c699e (diff)
downloadredot-engine-7fa8ccd1ed6d9c0b8e979d30e9af1d12dbf9ed48.tar.gz
WebXR: Add support for hand tracking
Diffstat (limited to 'modules/webxr/doc_classes')
-rw-r--r--modules/webxr/doc_classes/WebXRInterface.xml4
1 files changed, 4 insertions, 0 deletions
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 @@
</method>
</methods>
<members>
+ <member name="enabled_features" type="String" setter="" getter="get_enabled_features">
+ 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].
+ </member>
<member name="optional_features" type="String" setter="set_optional_features" getter="get_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.