babylonjs-gui 9.17.0 → 9.17.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.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 +2 -0
- package/package.json +2 -2
package/babylon.gui.d.ts
CHANGED
|
@@ -5715,6 +5715,7 @@ declare namespace BABYLON.GUI {
|
|
|
5715
5715
|
protected _getTypeName(): string;
|
|
5716
5716
|
_draw(context: BABYLON.ICanvasRenderingContext): void;
|
|
5717
5717
|
_measure(): void;
|
|
5718
|
+
protected _preMeasure(parentMeasure: Measure): void;
|
|
5718
5719
|
_layout(parentMeasure: Measure, context: BABYLON.ICanvasRenderingContext): boolean;
|
|
5719
5720
|
protected _computeAlignment(parentMeasure: Measure): void;
|
|
5720
5721
|
/**
|