Skip to content

Commit

Permalink
Be more specific about XRMode possible values for xr-mode-ui (#5624)
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentfretin authored Jan 9, 2025
1 parent cc43ea6 commit 6de8119
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/components/xr-mode-ui.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ to the [`<a-scene>` element][scene]. If we wish to simply toggle the UI, use CSS
| enterVREnabled | If the VR button is displayed when applicable.| true |
| enterARButton | Selector to a custom AR button. On click, the button will enter AR. | '' |
| enterAREnabled | If the AR button is displayed when applicable. | true |
| XRMode | If the AR button, VR button, or both buttons will be displayed. | vr |
| XRMode | If the AR button (ar), VR button (vr), or both buttons will be displayed (xr). | vr |

### Specifying Custom Enter VR and AR Buttons

Expand Down

0 comments on commit 6de8119

Please sign in to comment.