babylonjs-gui 7.12.0 → 7.13.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 +2 -2
- package/babylon.gui.js +16 -16
- package/babylon.gui.min.js +1 -1
- package/babylon.gui.min.js.map +1 -1
- package/babylon.gui.module.d.ts +4 -4
- package/package.json +2 -2
package/babylon.gui.d.ts
CHANGED
@@ -3912,7 +3912,7 @@ declare module BABYLON.GUI {
|
|
3912
3912
|
/**
|
3913
3913
|
* Enum that determines the text-wrapping mode to use.
|
3914
3914
|
*/
|
3915
|
-
export enum TextWrapping {
|
3915
|
+
export const enum TextWrapping {
|
3916
3916
|
/**
|
3917
3917
|
* Clip the text when it's larger than Control.width; this is the default mode.
|
3918
3918
|
*/
|
@@ -6173,7 +6173,7 @@ declare module BABYLON.GUI {
|
|
6173
6173
|
/**
|
6174
6174
|
* State of the handle regarding user interaction
|
6175
6175
|
*/
|
6176
|
-
export enum HandleState {
|
6176
|
+
export const enum HandleState {
|
6177
6177
|
/**
|
6178
6178
|
* Handle is idle
|
6179
6179
|
*/
|