David Catuhe 7 년 전
부모
커밋
624d78a908
2개의 변경된 파일15544개의 추가작업 그리고 15544개의 파일을 삭제
  1. 15543 15543
      dist/preview release/babylon.d.ts
  2. 1 1
      src/Animations/babylon.animation.ts

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 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