Raanan Weber 5 years ago
parent
commit
b76675984e
1 changed files with 3 additions and 0 deletions
  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;
     }