babylonjs-gui 7.43.0 → 7.44.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 +1 -1
- package/babylon.gui.js +84 -41
- package/babylon.gui.min.js +1 -1
- package/babylon.gui.min.js.map +1 -1
- package/babylon.gui.module.d.ts +2 -2
- package/package.json +2 -2
package/babylon.gui.d.ts
CHANGED
|
@@ -3732,7 +3732,7 @@ declare module BABYLON.GUI {
|
|
|
3732
3732
|
/** Class used to provide 2D matrix features */
|
|
3733
3733
|
export class Matrix2D {
|
|
3734
3734
|
/** Gets the internal array of 6 floats used to store matrix data */
|
|
3735
|
-
m: Float32Array
|
|
3735
|
+
m: Float32Array<ArrayBuffer>;
|
|
3736
3736
|
/**
|
|
3737
3737
|
* Creates a new matrix
|
|
3738
3738
|
* @param m00 defines value for (0, 0)
|