소스 검색

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(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