浏览代码

removed callback comment block since no longer needed

Kacey Coley 7 年之前
父节点
当前提交
11e8f17049
共有 1 个文件被更改,包括 0 次插入5 次删除
  1. 0 5
      src/Animations/babylon.animation.ts

+ 0 - 5
src/Animations/babylon.animation.ts

@@ -37,11 +37,6 @@
         public isDone: boolean = false;
         public isDone: boolean = false;
 
 
         /**
         /**
-         * This callback is an event to perform when triggered by a frame
-         * @callback actionCallback
-         */
-
-        /**
          * Initializes the animation event
          * Initializes the animation event
          * @param frame The frame for which the event is triggered
          * @param frame The frame for which the event is triggered
          * @param action The event to perform when triggered
          * @param action The event to perform when triggered