Explorar o código

Merge pull request #9163 from chrisfromwork/exposeAbstractFeature

Update index to expose WebXRAbstractFeature for usage outside babylon.js packages
Raanan Weber %!s(int64=4) %!d(string=hai) anos
pai
achega
1e8c0bd69e
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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";