A comma-seperated list of reference space types used by ARVRInterface.initialize when setting up the WebXR session.
The reference space types are requested in order, and the first on supported by the users device or browser will be used. The referenceSpaceType property contains the reference space type that was ultimately used.
This doesn't have any effect on the interface when already initialized.
Possible values come from url=https://developer.mozilla.org/en-US/docs/Web/API/XRReferenceSpaceTypeWebXR's XRReferenceSpaceType/url. If you want to use a particular reference space type, it must be listed in either requiredFeatures or optionalFeatures.
A comma-seperated list of reference space types used by ARVRInterface.initialize when setting up the WebXR session. The reference space types are requested in order, and the first on supported by the users device or browser will be used. The referenceSpaceType property contains the reference space type that was ultimately used. This doesn't have any effect on the interface when already initialized. Possible values come from url=https://developer.mozilla.org/en-US/docs/Web/API/XRReferenceSpaceTypeWebXR's XRReferenceSpaceType/url. If you want to use a particular reference space type, it must be listed in either requiredFeatures or optionalFeatures.