babylonjs-gui 8.34.0 → 8.34.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 +2 -2
- package/babylon.gui.js +1 -1
- 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.module.d.ts
CHANGED
|
@@ -7011,11 +7011,11 @@ export class Control implements IAnimatable, IFocusableControl {
|
|
|
7011
7011
|
useBitmapCache: boolean;
|
|
7012
7012
|
private _cacheData;
|
|
7013
7013
|
private _shadowOffsetX;
|
|
7014
|
-
/** Gets or sets a value indicating the offset to apply on X axis to render the shadow */
|
|
7014
|
+
/** Gets or sets a value indicating the offset in pixels to apply on X axis to render the shadow */
|
|
7015
7015
|
get shadowOffsetX(): number;
|
|
7016
7016
|
set shadowOffsetX(value: number);
|
|
7017
7017
|
private _shadowOffsetY;
|
|
7018
|
-
/** Gets or sets a value indicating the offset to apply on Y axis to render the shadow */
|
|
7018
|
+
/** Gets or sets a value indicating the offset in pixels to apply on Y axis to render the shadow */
|
|
7019
7019
|
get shadowOffsetY(): number;
|
|
7020
7020
|
set shadowOffsetY(value: number);
|
|
7021
7021
|
private _shadowBlur;
|
|
@@ -15428,11 +15428,11 @@ declare module BABYLON.GUI {
|
|
|
15428
15428
|
useBitmapCache: boolean;
|
|
15429
15429
|
private _cacheData;
|
|
15430
15430
|
private _shadowOffsetX;
|
|
15431
|
-
/** Gets or sets a value indicating the offset to apply on X axis to render the shadow */
|
|
15431
|
+
/** Gets or sets a value indicating the offset in pixels to apply on X axis to render the shadow */
|
|
15432
15432
|
get shadowOffsetX(): number;
|
|
15433
15433
|
set shadowOffsetX(value: number);
|
|
15434
15434
|
private _shadowOffsetY;
|
|
15435
|
-
/** Gets or sets a value indicating the offset to apply on Y axis to render the shadow */
|
|
15435
|
+
/** Gets or sets a value indicating the offset in pixels to apply on Y axis to render the shadow */
|
|
15436
15436
|
get shadowOffsetY(): number;
|
|
15437
15437
|
set shadowOffsetY(value: number);
|
|
15438
15438
|
private _shadowBlur;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "babylonjs-gui",
|
|
3
|
-
"version": "8.34.
|
|
3
|
+
"version": "8.34.1",
|
|
4
4
|
"main": "babylon.gui.min.js",
|
|
5
5
|
"types": "babylon.gui.module.d.ts",
|
|
6
6
|
"files": [
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
"test:escheck": "es-check es6 ./babylon.gui.js"
|
|
16
16
|
},
|
|
17
17
|
"dependencies": {
|
|
18
|
-
"babylonjs": "^8.34.
|
|
18
|
+
"babylonjs": "^8.34.1"
|
|
19
19
|
},
|
|
20
20
|
"devDependencies": {
|
|
21
21
|
"@dev/build-tools": "1.0.0",
|