소스 검색

Mouarf deleting too much from the baseline = you document it

Sebastien Vandenberghe 7 년 전
부모
커밋
ba83a5fb87
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      src/Cameras/babylon.deviceOrientationCamera.ts

+ 1 - 0
src/Cameras/babylon.deviceOrientationCamera.ts

@@ -24,6 +24,7 @@ module BABYLON {
         /**
          * Gets the current instance class name ("DeviceOrientationCamera").
          * This helps avoiding instanceof at run time.
+         * @returns the class name
          */
         public getClassName(): string {
             return "DeviceOrientationCamera";