|
@@ -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 = document.createElement("div");
|
|
this._overlay.style.cssText = "z-index:11;position: absolute; right: 20px;bottom: 50px;";
|
|
this._overlay.style.cssText = "z-index:11;position: absolute; right: 20px;bottom: 50px;";
|
|
|
|
|