浏览代码

address review comments around detection boundary type

Chris Barth 4 年之前
父节点
当前提交
e77fb62299
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/LibDeclarations/webxr.nativeextensions.d.ts

+ 1 - 1
src/LibDeclarations/webxr.nativeextensions.d.ts

@@ -55,7 +55,7 @@ type XRDetectionBoundaryType = "frustum" | "sphere" | "box";
 
 interface XRDetectionBoundary {
     isStationary?: boolean;
-    type?: XRDetectionBoundaryType | string;
+    type?: XRDetectionBoundaryType;
     frustum?: XRFrustum;
     sphereRadius?: number;
     boxDimensions?: XRVector;