Raanan Weber 7 anni fa
parent
commit
f998df98d5
1 ha cambiato i file con 3 aggiunte e 0 eliminazioni
  1. 3 0
      src/Animations/babylon.animationGroup.ts

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

@@ -22,6 +22,9 @@ module BABYLON {
 
         public onAnimationEndObservable = new Observable<TargetedAnimation>();
 
+        /**
+         * This observable will notify when all animations have ended.
+         */
         public onAnimationGroupEndObservable = new Observable<AnimationGroup>();
 
         /**