Raanan Weber 5 년 전
부모
커밋
b76675984e
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      src/XR/features/WebXRControllerPhysics.ts

+ 3 - 0
src/XR/features/WebXRControllerPhysics.ts

@@ -153,6 +153,9 @@ export class WebXRControllerPhysics extends WebXRAbstractFeature {
         }
     }
 
+    /**
+     * Get the headset impostor, if enabled
+     */
     public getHeadsetImpostor() {
         return this._headsetImpostor;
     }