babylonjs-gui 5.50.0 → 5.51.0
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 +2 -0
- package/babylon.gui.js +16 -4
- package/babylon.gui.js.map +1 -1
- package/babylon.gui.min.js +1 -1
- package/babylon.gui.min.js.map +1 -1
- package/babylon.gui.module.d.ts +4 -0
- package/package.json +2 -2
package/babylon.gui.module.d.ts
CHANGED
@@ -971,6 +971,8 @@ export class Container extends Control {
|
|
971
971
|
*/
|
972
972
|
_layout(parentMeasure: Measure, context: ICanvasRenderingContext): boolean;
|
973
973
|
protected _postMeasure(): void;
|
974
|
+
private _inverseTransformMatrix;
|
975
|
+
private _inverseMeasure;
|
974
976
|
/**
|
975
977
|
* @internal
|
976
978
|
*/
|
@@ -9630,6 +9632,8 @@ declare module BABYLON.GUI {
|
|
9630
9632
|
*/
|
9631
9633
|
_layout(parentMeasure: Measure, context: BABYLON.ICanvasRenderingContext): boolean;
|
9632
9634
|
protected _postMeasure(): void;
|
9635
|
+
private _inverseTransformMatrix;
|
9636
|
+
private _inverseMeasure;
|
9633
9637
|
/**
|
9634
9638
|
* @internal
|
9635
9639
|
*/
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "babylonjs-gui",
|
3
|
-
"version": "5.
|
3
|
+
"version": "5.51.0",
|
4
4
|
"main": "babylon.gui.js",
|
5
5
|
"types": "babylon.gui.module.d.ts",
|
6
6
|
"files": [
|
@@ -14,7 +14,7 @@
|
|
14
14
|
"clean": "rimraf dist && rimraf babylon*.*"
|
15
15
|
},
|
16
16
|
"dependencies": {
|
17
|
-
"babylonjs": "^5.
|
17
|
+
"babylonjs": "^5.51.0"
|
18
18
|
},
|
19
19
|
"devDependencies": {
|
20
20
|
"@dev/build-tools": "1.0.0",
|