From dbadea8a022c58e90665241d85ea67006599f1ed Mon Sep 17 00:00:00 2001 From: Omegahed Date: Fri, 12 Jan 2024 10:43:55 -0800 Subject: [PATCH] Updated the general description --- docs/components/xr-mode-ui.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/components/xr-mode-ui.md b/docs/components/xr-mode-ui.md index 531eccf2e16..9ebadc2c86c 100644 --- a/docs/components/xr-mode-ui.md +++ b/docs/components/xr-mode-ui.md @@ -6,8 +6,7 @@ parent_section: components source_code: src/components/scene/xr-mode-ui.js --- -The xr-mode-ui component allows configuring and disabling of UI such as the enter VR / AR button, compatibility -modal, and orientation modal for mobile. The xr-mode-ui component applies only +The xr-mode-ui component configures or disables the enter VR and AR buttons. Buttons only display if the browser supports the corresponding modes (AR or VR). The xr-mode-ui component applies only to the [`` element][scene]. If we wish to simply toggle the UI, use CSS instead. ## Example