Browse Source

documentation

Raanan Weber 5 years ago
parent
commit
779e868494
1 changed files with 1 additions and 0 deletions
  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
+     * @returns the scene object
      */
     public getScene() {
         return this.scene;