Raanan Weber 5 anni fa
parent
commit
779e868494
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      src/Cameras/XR/webXRController.ts

+ 1 - 0
src/Cameras/XR/webXRController.ts

@@ -121,6 +121,7 @@ export class WebXRController {
 
 
     /**
     /**
      * Get the scene associated with this controller
      * Get the scene associated with this controller
+     * @returns the scene object
      */
      */
     public getScene() {
     public getScene() {
         return this.scene;
         return this.scene;