浏览代码

making sure the options are read only and visible

Raanan Weber 5 年之前
父节点
当前提交
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;";