Browse Source

link added to then method

Guide 7 years ago
parent
commit
5597647483
1 changed files with 1 additions and 0 deletions
  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;