summaryrefslogtreecommitdiffstats
path: root/modules/webxr/doc_classes
diff options
context:
space:
mode:
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.