소스 검색

Merge pull request #9480 from MackeyK24/master

Scene Manager Update: V5.0.0 - Alpha 1
sebavan 4 년 전
부모
커밋
8ff8db4ea9
2개의 변경된 파일11개의 추가작업 그리고 11개의 파일을 삭제
  1. 1 1
      Playground/libs/babylon.manager.d.ts
  2. 10 10
      Playground/libs/babylon.manager.js

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

@@ -2314,7 +2314,7 @@ declare module BABYLON {
         protected m_agentQuaternion: BABYLON.Quaternion;
         protected m_agentDestination: BABYLON.Vector3;
         protected awake(): void;
-        protected update(): void;
+        protected late(): void;
         protected destroy(): void;
         /** Register handler that is triggered before the navigation update */
         onPreUpdateObservable: Observable<TransformNode>;

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 10 - 10
Playground/libs/babylon.manager.js