Skip to content

Commit

Permalink
Correct default value for new XRMode field
Browse files Browse the repository at this point in the history
Relavent line of schema is:
```
XRMode: {default: 'vr', oneOf: ['vr', 'ar', 'xr']}
```
  • Loading branch information
diarmidmackenzie committed Nov 19, 2023
1 parent 1064d65 commit 32f63b7
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 @@ -27,7 +27,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 | 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

Expand Down

0 comments on commit 32f63b7

Please sign in to comment.