index.d.ts 901 B

1234567891011121314151617181920212223
  1. export * from "./WebXRAbstractFeature";
  2. export * from "./WebXRHitTestLegacy";
  3. export * from "./WebXRAnchorSystem";
  4. export * from "./WebXRPlaneDetector";
  5. export * from "./WebXRBackgroundRemover";
  6. export * from "./WebXRControllerTeleportation";
  7. export * from "./WebXRControllerPointerSelection";
  8. export * from "./WebXRControllerPhysics";
  9. export * from "./WebXRHitTest";
  10. export * from "./WebXRFeaturePointSystem";
  11. export * from "./WebXRHandTracking";
  12. export * from "./WebXRMeshDetector";
  13. export * from "./WebXRImageTracking";
  14. export * from "./WebXRNearInteraction";
  15. export * from "./WebXRDOMOverlay";
  16. export * from "./WebXRControllerMovement";
  17. export * from "./WebXRLightEstimation";
  18. export * from "./WebXREyeTracking";
  19. export * from "./WebXRWalkingLocomotion";
  20. export * from "./WebXRLayers";
  21. export * from "./WebXRDepthSensing";
  22. export * from "./WebXRSpaceWarp";
  23. export * from "./WebXRRawCameraAccess";