Raanan Weber 5 anos atrás
pai
commit
b76675984e
1 arquivos alterados com 3 adições e 0 exclusões
  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() {
     public getHeadsetImpostor() {
         return this._headsetImpostor;
         return this._headsetImpostor;
     }
     }