babylonjs-gui 8.41.2 → 8.42.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 CHANGED
@@ -5372,6 +5372,7 @@ declare module BABYLON.GUI {
5372
5372
  protected _getTypeName(): string;
5373
5373
  _draw(context: BABYLON.ICanvasRenderingContext): void;
5374
5374
  _measure(): void;
5375
+ _layout(parentMeasure: Measure, context: BABYLON.ICanvasRenderingContext): boolean;
5375
5376
  protected _computeAlignment(parentMeasure: Measure): void;
5376
5377
  /**
5377
5378
  * Move one end of the line given 3D cartesian coordinates.