babylonjs-gui 8.34.0 → 8.35.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 +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.d.ts
CHANGED
|
@@ -6387,11 +6387,11 @@ declare module BABYLON.GUI {
|
|
|
6387
6387
|
useBitmapCache: boolean;
|
|
6388
6388
|
private _cacheData;
|
|
6389
6389
|
private _shadowOffsetX;
|
|
6390
|
-
/** Gets or sets a value indicating the offset to apply on X axis to render the shadow */
|
|
6390
|
+
/** Gets or sets a value indicating the offset in pixels to apply on X axis to render the shadow */
|
|
6391
6391
|
get shadowOffsetX(): number;
|
|
6392
6392
|
set shadowOffsetX(value: number);
|
|
6393
6393
|
private _shadowOffsetY;
|
|
6394
|
-
/** Gets or sets a value indicating the offset to apply on Y axis to render the shadow */
|
|
6394
|
+
/** Gets or sets a value indicating the offset in pixels to apply on Y axis to render the shadow */
|
|
6395
6395
|
get shadowOffsetY(): number;
|
|
6396
6396
|
set shadowOffsetY(value: number);
|
|
6397
6397
|
private _shadowBlur;
|