Browse Source

Merge pull request #9163 from chrisfromwork/exposeAbstractFeature

Update index to expose WebXRAbstractFeature for usage outside babylon.js packages
Raanan Weber 4 năm trước cách đây
mục cha
commit
1e8c0bd69e
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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";