소스 검색

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) {