babylonjs-gui 8.40.0 → 8.40.1
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/babylon.gui.d.ts +1 -0
- package/babylon.gui.js +1 -1
- package/babylon.gui.min.js +1 -1
- package/babylon.gui.min.js.map +1 -1
- package/babylon.gui.module.d.ts +2 -0
- package/package.json +2 -2
package/babylon.gui.module.d.ts
CHANGED
|
@@ -9025,6 +9025,7 @@ export class FrameGraphGUITask extends FrameGraphTask {
|
|
|
9025
9025
|
*/
|
|
9026
9026
|
constructor(name: string, frameGraph: FrameGraph, adt?: AdvancedDynamicTexture);
|
|
9027
9027
|
isReady(): boolean;
|
|
9028
|
+
getClassName(): string;
|
|
9028
9029
|
record(): void;
|
|
9029
9030
|
dispose(): void;
|
|
9030
9031
|
}
|
|
@@ -17338,6 +17339,7 @@ declare module BABYLON.GUI {
|
|
|
17338
17339
|
*/
|
|
17339
17340
|
constructor(name: string, frameGraph: BABYLON.FrameGraph, adt?: AdvancedDynamicTexture);
|
|
17340
17341
|
isReady(): boolean;
|
|
17342
|
+
getClassName(): string;
|
|
17341
17343
|
record(): void;
|
|
17342
17344
|
dispose(): void;
|
|
17343
17345
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "babylonjs-gui",
|
|
3
|
-
"version": "8.40.
|
|
3
|
+
"version": "8.40.1",
|
|
4
4
|
"main": "babylon.gui.min.js",
|
|
5
5
|
"types": "babylon.gui.module.d.ts",
|
|
6
6
|
"files": [
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
"test:escheck": "es-check es6 ./babylon.gui.js"
|
|
16
16
|
},
|
|
17
17
|
"dependencies": {
|
|
18
|
-
"babylonjs": "^8.40.
|
|
18
|
+
"babylonjs": "^8.40.1"
|
|
19
19
|
},
|
|
20
20
|
"devDependencies": {
|
|
21
21
|
"@dev/build-tools": "1.0.0",
|