Raanan Weber 5 лет назад
Родитель
Сommit
e997097eb3
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      src/Cameras/XR/webXRDefaultExperience.ts

+ 1 - 1
src/Cameras/XR/webXRDefaultExperience.ts

@@ -21,7 +21,7 @@ export class WebXRDefaultExperienceOptions {
     /**
     /**
      * Enable or disable default UI to enter XR
      * Enable or disable default UI to enter XR
      */
      */
-    public disableDefaultUI: boolean;
+    public disableDefaultUI?: boolean;
 
 
     /**
     /**
      * optional configuration for the output canvas
      * optional configuration for the output canvas