David Catuhe 7 年之前
父節點
當前提交
624d78a908
共有 2 個文件被更改,包括 15544 次插入15544 次删除
  1. 15543 15543
      dist/preview release/babylon.d.ts
  2. 1 1
      src/Animations/babylon.animation.ts

File diff suppressed because it is too large
+ 15543 - 15543
dist/preview release/babylon.d.ts


+ 1 - 1
src/Animations/babylon.animation.ts

@@ -1108,7 +1108,7 @@
             return Animation._ANIMATIONLOOPMODE_CONSTANT;
         }
 
-        /** @ignore */
+        /** @hidden */
         public static _UniversalLerp(left: any, right: any, amount: number): any {
             let constructor = left.constructor;
             if (constructor.Lerp) { // Lerp supported