Browse Source

Missing doc

sebastien 7 years ago
parent
commit
8bfdf2050c
1 changed files with 2 additions and 0 deletions
  1. 2 0
      src/Cameras/Inputs/babylon.freeCameraVirtualJoystickInput.ts

+ 2 - 0
src/Cameras/Inputs/babylon.freeCameraVirtualJoystickInput.ts

@@ -14,6 +14,7 @@ module BABYLON {
 
         /**
          * Gets the left stick of the virtual joystick.
+         * @returns The virtual Joystick
          */
         public getLeftJoystick(): VirtualJoystick {
             return this._leftjoystick;
@@ -21,6 +22,7 @@ module BABYLON {
 
         /**
          * Gets the right stick of the virtual joystick.
+         * @returns The virtual Joystick
          */
         public getRightJoystick(): VirtualJoystick {
             return this._rightjoystick;