babylonjs-gui 9.16.2 → 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 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
  /**