From 61f6442e49f32acdab67c57c3d7193c339179d7f Mon Sep 17 00:00:00 2001 From: Diarmid Mackenzie Date: Mon, 20 Nov 2023 20:26:46 +0000 Subject: [PATCH] Correct default value for new XRMode field (#5390) Relavent line of schema is: ``` XRMode: {default: 'vr', oneOf: ['vr', 'ar', 'xr']} ``` --- docs/components/xr-mode-ui.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/components/xr-mode-ui.md b/docs/components/xr-mode-ui.md index 7f58d59d770..4da34e673a0 100644 --- a/docs/components/xr-mode-ui.md +++ b/docs/components/xr-mode-ui.md @@ -27,7 +27,7 @@ to the [`` element][scene]. If we wish to simply toggle the UI, use CSS | enterVREnabled | If the VR button is displayed when applicable | false | | enterARButton | Selector to a custom AR button. On click, the button will enter AR. | '' | | enterAREnabled | If the AR button is displayed when applicable | false | -| XRMode | If the AR, VR button or both will be displayed. | ar, vr, xr | +| XRMode | If the AR, VR button or both will be displayed. One of 'ar', 'vr' or 'xr'.| vr | ### Specifying a Custom Enter VR Button