소스 검색

Missing doc

sebastien 7 년 전
부모
커밋
8bfdf2050c
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  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.
          * Gets the left stick of the virtual joystick.
+         * @returns The virtual Joystick
          */
          */
         public getLeftJoystick(): VirtualJoystick {
         public getLeftJoystick(): VirtualJoystick {
             return this._leftjoystick;
             return this._leftjoystick;
@@ -21,6 +22,7 @@ module BABYLON {
 
 
         /**
         /**
          * Gets the right stick of the virtual joystick.
          * Gets the right stick of the virtual joystick.
+         * @returns The virtual Joystick
          */
          */
         public getRightJoystick(): VirtualJoystick {
         public getRightJoystick(): VirtualJoystick {
             return this._rightjoystick;
             return this._rightjoystick;