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.
- package/lib/babylon.toolkit.d.ts +2 -2
- package/lib/babylon.toolkit.js +1 -1
- package/lib/index.d.ts +2 -3
- package/package.json +1 -1
package/lib/index.d.ts
CHANGED
|
@@ -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.
|
|
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,8 +10422,7 @@ declare namespace TOOLKIT {
|
|
|
10422
10422
|
addPreloaderTasks(assetsManager: TOOLKIT.PreloadAssetsManager): void;
|
|
10423
10423
|
}
|
|
10424
10424
|
}
|
|
10425
|
-
export
|
|
10426
|
-
declare var PROJECT: typeof PROJECT;
|
|
10425
|
+
export as namespace PROJECT;
|
|
10427
10426
|
declare var SM: typeof TOOLKIT.SceneManager;
|
|
10428
10427
|
declare var WM: typeof TOOLKIT.WindowManager;
|
|
10429
10428
|
declare var UI: typeof TOOLKIT.UserInterface;
|