소스 검색

Update webXREnterExitUI.ts

Raanan Weber 5 년 전
부모
커밋
6754e1e834
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  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;
 
     /**