Raanan Weber 5 năm trước cách đây
mục cha
commit
b76675984e
1 tập tin đã thay đổi với 3 bổ sung0 xóa
  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;
     }