On The WebXR Experience Helpers - Babylon.js Documentation
case WebXRState_NOT_IN_XR:
should be replaced by
case WebXRState.NOT_IN_XR:
(there is a “_” instead of “.”).
On The WebXR Experience Helpers - Babylon.js Documentation
case WebXRState_NOT_IN_XR:
should be replaced by
case WebXRState.NOT_IN_XR:
(there is a “_” instead of “.”).
All fixed thanks for reporting it.
Thanks
My first contribution to XR