Просмотр исходного кода

making sure the options are read only and visible

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

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

@@ -117,7 +117,7 @@ export class WebXREnterExitUI implements IDisposable {
         });
     }
 
-    private constructor(private scene: Scene, options: WebXREnterExitUIOptions) {
+    private constructor(private scene: Scene, public readonly options: WebXREnterExitUIOptions) {
         this._overlay = document.createElement("div");
         this._overlay.style.cssText = "z-index:11;position: absolute; right: 20px;bottom: 50px;";