Procházet zdrojové kódy

link added to then method

Guide před 8 roky
rodič
revize
5597647483
1 změnil soubory, kde provedl 1 přidání a 0 odebrání
  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;