Browse Source

Merge pull request #9480 from MackeyK24/master

Scene Manager Update: V5.0.0 - Alpha 1
sebavan 4 năm trước cách đây
mục cha
commit
8ff8db4ea9
2 tập tin đã thay đổi với 11 bổ sung11 xóa
  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>;

Những thai đổi đã bị hủy bỏ vì nó quá lớn
+ 10 - 10
Playground/libs/babylon.manager.js