Просмотр исходного кода

Merge pull request #9480 from MackeyK24/master

Scene Manager Update: V5.0.0 - Alpha 1
sebavan 4 лет назад
Родитель
Сommit
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_agentQuaternion: BABYLON.Quaternion;
         protected m_agentDestination: BABYLON.Vector3;
         protected m_agentDestination: BABYLON.Vector3;
         protected awake(): void;
         protected awake(): void;
-        protected update(): void;
+        protected late(): void;
         protected destroy(): void;
         protected destroy(): void;
         /** Register handler that is triggered before the navigation update */
         /** Register handler that is triggered before the navigation update */
         onPreUpdateObservable: Observable<TransformNode>;
         onPreUpdateObservable: Observable<TransformNode>;

Разница между файлами не показана из-за своего большого размера
+ 10 - 10
Playground/libs/babylon.manager.js