Ver código fonte

Merge pull request #9163 from chrisfromwork/exposeAbstractFeature

Update index to expose WebXRAbstractFeature for usage outside babylon.js packages
Raanan Weber 4 anos atrás
pai
commit
1e8c0bd69e
1 arquivos alterados com 1 adições e 0 exclusões
  1. 1 0
      src/XR/features/index.ts

+ 1 - 0
src/XR/features/index.ts

@@ -1,3 +1,4 @@
+export * from "./WebXRAbstractFeature";
 export * from "./WebXRHitTestLegacy";
 export * from "./WebXRAnchorSystem";
 export * from "./WebXRPlaneDetector";