Skip to content

Commit f6895c4

Browse files
committed
Fix MDN link for XRReferenceSpaceType in WebXRInterface class documentation
1 parent 2dd26a0 commit f6895c4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/webxr/doc_classes/WebXRInterface.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@
166166
A comma-seperated list of optional features used by [method XRInterface.initialize] when setting up the WebXR session.
167167
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.
168168
This doesn't have any effect on the interface when already initialized.
169-
Possible values come from [url=https://developer.mozilla.org/en-US/docs/Web/API/XRReferenceSpaceType]WebXR's XRReferenceSpaceType[/url], or include other features like [code]"hand-tracking"[/code] to enable hand tracking.
169+
See the MDN documentation on [url=https://developer.mozilla.org/en-US/docs/Web/API/XRSystem/requestSession#session_features]WebXR's session features[/url] for a list of possible values.
170170
</member>
171171
<member name="reference_space_type" type="String" setter="" getter="get_reference_space_type">
172172
The reference space type (from the list of requested types set in the [member requested_reference_space_types] property), that was ultimately used by [method XRInterface.initialize] when setting up the WebXR session.
@@ -182,7 +182,7 @@
182182
A comma-seperated list of required features used by [method XRInterface.initialize] when setting up the WebXR session.
183183
If a user's browser or device doesn't support one of the given features, initialization will fail and [signal session_failed] will be emitted.
184184
This doesn't have any effect on the interface when already initialized.
185-
Possible values come from [url=https://developer.mozilla.org/en-US/docs/Web/API/XRReferenceSpaceType]WebXR's XRReferenceSpaceType[/url], or include other features like [code]"hand-tracking"[/code] to enable hand tracking.
185+
See the MDN documentation on [url=https://developer.mozilla.org/en-US/docs/Web/API/XRSystem/requestSession#session_features]WebXR's session features[/url] for a list of possible values.
186186
</member>
187187
<member name="session_mode" type="String" setter="set_session_mode" getter="get_session_mode">
188188
The session mode used by [method XRInterface.initialize] when setting up the WebXR session.

0 commit comments

Comments
 (0)