瀏覽代碼

Scene Manager: V5.0.0-A56

Navigation Agent Updates
Mackey Kinard 4 年之前
父節點
當前提交
a8384182e5
共有 2 個文件被更改,包括 9 次插入9 次删除
  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 agent to destination point. */
         teleport(destination: BABYLON.Vector3, closetPoint?: boolean): void;
         teleport(destination: BABYLON.Vector3, closetPoint?: boolean): void;
         /** Sets agent current destination point. */
         /** 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. */
         /** Gets agent current world space velocity. */
         getAgentVelocity(): BABYLON.Vector3;
         getAgentVelocity(): BABYLON.Vector3;
         /** Gets agent current world space velocity. */
         /** Gets agent current world space velocity. */

File diff suppressed because it is too large
+ 8 - 8
Playground/libs/babylon.manager.js