David Catuhe преди 7 години
родител
ревизия
efbff10ee5
променени са 4 файла, в които са добавени 17966 реда и са изтрити 17963 реда
  1. 11039 11036
      Playground/babylon.d.txt
  2. 6431 6431
      dist/preview release/babylon.d.ts
  3. 495 495
      dist/preview release/customConfigurations/minimalGLTFViewer/babylon.d.ts
  4. 1 1
      src/Animations/babylon.animationGroup.ts

Файловите разлики са ограничени, защото са твърде много
+ 11039 - 11036
Playground/babylon.d.txt


Файловите разлики са ограничени, защото са твърде много
+ 6431 - 6431
dist/preview release/babylon.d.ts


Файловите разлики са ограничени, защото са твърде много
+ 495 - 495
dist/preview release/customConfigurations/minimalGLTFViewer/babylon.d.ts


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

@@ -145,7 +145,7 @@ module BABYLON {
          * @param loop defines if animations must loop
          * @param speedRatio defines the ratio to apply to animation speed (1 by default)
          * @param from defines the from key (optional)
-         * @param from defines the to key (optional)
+         * @param to defines the to key (optional)
          * @returns the current animation group
          */
         public start(loop = false, speedRatio = 1, from?: number, to?: number): AnimationGroup {