瀏覽代碼

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").
          * Gets the current instance class name ("DeviceOrientationCamera").
          * This helps avoiding instanceof at run time.
          * This helps avoiding instanceof at run time.
+         * @returns the class name
          */
          */
         public getClassName(): string {
         public getClassName(): string {
             return "DeviceOrientationCamera";
             return "DeviceOrientationCamera";