Explorar o código

address review comments around detection boundary type

Chris Barth %!s(int64=4) %!d(string=hai) anos
pai
achega
e77fb62299
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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;