babylonjs-toolkit 9.9.2 → 9.9.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -7,7 +7,7 @@ declare namespace TOOLKIT {
7
7
  * @class SceneManager - All rights reserved (c) 2024 Mackey Kinard
8
8
  */
9
9
  class SceneManager {
10
- /** Gets the toolkit framework version string (9.9.2 - R1) */
10
+ /** Gets the toolkit framework version string (9.9.3 - R1) */
11
11
  static get Version(): string;
12
12
  /** Gets the toolkit framework copyright notice */
13
13
  static get Copyright(): string;
@@ -10422,7 +10422,7 @@ declare namespace TOOLKIT {
10422
10422
  addPreloaderTasks(assetsManager: TOOLKIT.PreloadAssetsManager): void;
10423
10423
  }
10424
10424
  }
10425
- declare var PROJECT: typeof PROJECT;
10425
+ export as namespace PROJECT;
10426
10426
  declare var SM: typeof TOOLKIT.SceneManager;
10427
10427
  declare var WM: typeof TOOLKIT.WindowManager;
10428
10428
  declare var UI: typeof TOOLKIT.UserInterface;