babylonjs-gui 6.30.0 → 6.32.0
Sign up to get free protection for your applications and to get access to all the features.
- package/babylon.gui.d.ts +3 -3
- package/babylon.gui.js +11 -5
- package/babylon.gui.min.js +1 -1
- package/babylon.gui.min.js.map +1 -1
- package/babylon.gui.module.d.ts +6 -6
- package/package.json +2 -2
package/babylon.gui.d.ts
CHANGED
@@ -2825,7 +2825,7 @@ declare module BABYLON.GUI {
|
|
2825
2825
|
protected _processDblClick(_evt: BABYLON.PointerInfo): void;
|
2826
2826
|
/** @internal */
|
2827
2827
|
protected _selectAllText(): void;
|
2828
|
-
|
2828
|
+
dispose(): void;
|
2829
2829
|
}
|
2830
2830
|
|
2831
2831
|
|
@@ -3912,11 +3912,11 @@ declare module BABYLON.GUI {
|
|
3912
3912
|
*/
|
3913
3913
|
get lines(): any[];
|
3914
3914
|
/**
|
3915
|
-
* Gets or sets
|
3915
|
+
* Gets or sets a boolean indicating that the TextBlock will be resized to fit its content
|
3916
3916
|
*/
|
3917
3917
|
get resizeToFit(): boolean;
|
3918
3918
|
/**
|
3919
|
-
* Gets or sets
|
3919
|
+
* Gets or sets a boolean indicating that the TextBlock will be resized to fit its content
|
3920
3920
|
*/
|
3921
3921
|
set resizeToFit(value: boolean);
|
3922
3922
|
/**
|