ソースを参照

Scene Manager: V5.0.0-A56

Navigation Agent Updates
Mackey Kinard 4 年 前
コミット
a8384182e5

+ 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. */

ファイルの差分が大きいため隠しています
+ 8 - 8
Playground/libs/babylon.manager.js