当前位置: 首页 > 文档资料 > A-Frame 中文文档 >

vr-mode-ui

优质
小牛编辑
128浏览
2023-12-01

The vr-mode-ui component toggles UI such as an Enter VR button, compatibility modal, and orientation modal for mobile. The vr-mode-ui component applies only to the <a-scene>element.

Example

            
              <
                a-scene
                vr-mode-ui=
                "enabled: false">
              </
                a-scene>
          

Properties

PropertyDescriptionDefault Value
enabledWhether or not to display UI related to entering VR.true