Sfoglia il codice sorgente

Merge pull request #9480 from MackeyK24/master

Scene Manager Update: V5.0.0 - Alpha 1
sebavan 4 anni fa
parent
commit
8ff8db4ea9
2 ha cambiato i file con 11 aggiunte e 11 eliminazioni
  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