浏览代码

Merge pull request #9163 from chrisfromwork/exposeAbstractFeature

Update index to expose WebXRAbstractFeature for usage outside babylon.js packages
Raanan Weber 4 年之前
父节点
当前提交
1e8c0bd69e
共有 1 个文件被更改,包括 1 次插入0 次删除
  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";