babylonjs-gui 6.33.0 → 6.33.2

Sign up to get free protection for your applications and to get access to all the features.
package/babylon.gui.d.ts CHANGED
@@ -2700,6 +2700,7 @@ declare module BABYLON.GUI {
2700
2700
  name?: string | undefined;
2701
2701
  private _textHorizontalAlignment;
2702
2702
  private _textVerticalAlignment;
2703
+ private _prevText;
2703
2704
  private _lines;
2704
2705
  private _lineSpacing;
2705
2706
  private _outlineWidth;
@@ -2786,6 +2787,7 @@ declare module BABYLON.GUI {
2786
2787
  * @internal
2787
2788
  */
2788
2789
  protected _preMeasure(parentMeasure: Measure, context: BABYLON.ICanvasRenderingContext): void;
2790
+ protected _textHasChanged(): void;
2789
2791
  private _computeScroll;
2790
2792
  /**
2791
2793
  * Processing of child after the parent measurement update