We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b3505b commit dd3dbdaCopy full SHA for dd3dbda
src/xr/xr-manager.js
@@ -27,7 +27,7 @@ import { XrLightEstimation } from './xr-light-estimation.js';
27
* @property {pc.Entity|null} camera Active camera for which XR session is running or null.
28
* @property {pc.XrInput} input provides access to Input Sources.
29
* @property {pc.XrHitTest} hitTest provides ability to hit test representation of real world geometry of underlying AR system.
30
- * @property {object|null} session provides access to [XRSession](https://developer.mozilla.org/en-US/docs/Web/API/XRSession) of WebXR
+ * @property {object|null} session provides access to XRSession of WebXR
31
*/
32
function XrManager(app) {
33
EventHandler.call(this);
0 commit comments