Explorar o código

Update webXREnterExitUI.ts

Raanan Weber %!s(int64=5) %!d(string=hai) anos
pai
achega
6754e1e834
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  1. 3 0
      src/XR/webXREnterExitUI.ts

+ 3 - 0
src/XR/webXREnterExitUI.ts

@@ -69,6 +69,9 @@ export class WebXREnterExitUIOptions {
 export class WebXREnterExitUI implements IDisposable {
     private _activeButton: Nullable<WebXREnterExitUIButton> = null;
     private _buttons: Array<WebXREnterExitUIButton> = [];
+    /**
+     * The HTML Div Element to which buttons are added.
+     */
     public readonly overlay: HTMLDivElement;
 
     /**