浏览代码

Update babylon.animationGroup.ts

Raanan Weber 7 年之前
父节点
当前提交
6970ff36a7
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/Animations/babylon.animationGroup.ts

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

@@ -255,6 +255,7 @@ module BABYLON {
          * Goes to a specific frame in this animation group
          * 
          * @param frame the frame number to go to
+         * @return the animationGroup
          */
         public goToFrame(frame: number): AnimationGroup {
             if (!this._isStarted) {