Selaa lähdekoodia

Merge pull request #9764 from MackeyK24/master

Scene Manager: V5.0.0-A56
Raanan Weber 4 vuotta sitten
vanhempi
commit
2934312348
2 muutettua tiedostoa jossa 9 lisäystä ja 9 poistoa
  1. 1 1
      Playground/libs/babylon.manager.d.ts
  2. 8 8
      Playground/libs/babylon.manager.js

+ 1 - 1
Playground/libs/babylon.manager.d.ts

@@ -2331,7 +2331,7 @@ declare module BABYLON {
         /** Teleport agent to destination point. */
         teleport(destination: BABYLON.Vector3, closetPoint?: boolean): void;
         /** Sets agent current destination point. */
-        setDestination(destination: BABYLON.Vector3, closetPoint?: boolean, resetAgent?: boolean): void;
+        setDestination(destination: BABYLON.Vector3, closetPoint?: boolean, resetAgentPosition?: boolean): void;
         /** Gets agent current world space velocity. */
         getAgentVelocity(): BABYLON.Vector3;
         /** Gets agent current world space velocity. */

Tiedoston diff-näkymää rajattu, sillä se on liian suuri
+ 8 - 8
Playground/libs/babylon.manager.js