浏览代码

link added to then method

Guide 7 年之前
父节点
当前提交
5597647483
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/Actions/babylon.action.ts

+ 1 - 0
src/Actions/babylon.action.ts

@@ -119,6 +119,7 @@
          * Adds action to chain of actions, may be {DoNothingAction}
          * @param index The index of the attribute.
          * @returns The action passed in
+         * @see https://www.babylonjs-playground.com/#1T30HR#0
          */
         public then(action: Action): Action {
             this._child = action;