Преглед на файлове

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;