babylonjs-gui 7.54.1 → 7.54.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/babylon.gui.d.ts +1 -0
- package/babylon.gui.js +110 -104
- 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
@@ -4615,6 +4615,7 @@ export class AdvancedDynamicTexture extends DynamicTexture {
|
|
4615
4615
|
* Release all resources
|
4616
4616
|
*/
|
4617
4617
|
dispose(): void;
|
4618
|
+
private _alreadyRegisteredForRender;
|
4618
4619
|
private _onResize;
|
4619
4620
|
/** @internal */
|
4620
4621
|
_getGlobalViewport(): Viewport;
|
@@ -13197,6 +13198,7 @@ declare module BABYLON.GUI {
|
|
13197
13198
|
* Release all resources
|
13198
13199
|
*/
|
13199
13200
|
dispose(): void;
|
13201
|
+
private _alreadyRegisteredForRender;
|
13200
13202
|
private _onResize;
|
13201
13203
|
/** @internal */
|
13202
13204
|
_getGlobalViewport(): BABYLON.Viewport;
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "babylonjs-gui",
|
3
|
-
"version": "7.54.
|
3
|
+
"version": "7.54.3",
|
4
4
|
"main": "babylon.gui.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": "^7.54.
|
18
|
+
"babylonjs": "^7.54.3"
|
19
19
|
},
|
20
20
|
"devDependencies": {
|
21
21
|
"@dev/build-tools": "1.0.0",
|