瀏覽代碼

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

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