babylonjs-gui 5.13.3 → 5.15.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 +1 -1
- package/babylon.gui.js +8 -2
- package/babylon.gui.js.map +1 -1
- 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.module.d.ts
CHANGED
|
@@ -6505,7 +6505,7 @@ export class FluentMaterial extends PushMaterial {
|
|
|
6505
6505
|
*/
|
|
6506
6506
|
renderHoverLight: boolean;
|
|
6507
6507
|
/**
|
|
6508
|
-
* Gets or sets the radius used to render the hover light (default is
|
|
6508
|
+
* Gets or sets the radius used to render the hover light (default is 0.01)
|
|
6509
6509
|
*/
|
|
6510
6510
|
hoverRadius: number;
|
|
6511
6511
|
/**
|
|
@@ -13971,7 +13971,7 @@ declare module BABYLON.GUI {
|
|
|
13971
13971
|
*/
|
|
13972
13972
|
renderHoverLight: boolean;
|
|
13973
13973
|
/**
|
|
13974
|
-
* Gets or sets the radius used to render the hover light (default is
|
|
13974
|
+
* Gets or sets the radius used to render the hover light (default is 0.01)
|
|
13975
13975
|
*/
|
|
13976
13976
|
hoverRadius: number;
|
|
13977
13977
|
/**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "babylonjs-gui",
|
|
3
|
-
"version": "5.
|
|
3
|
+
"version": "5.15.0",
|
|
4
4
|
"main": "babylon.gui.js",
|
|
5
5
|
"types": "babylon.gui.module.d.ts",
|
|
6
6
|
"files": [
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
"clean": "rimraf dist && rimraf babylon*.*"
|
|
15
15
|
},
|
|
16
16
|
"dependencies": {
|
|
17
|
-
"babylonjs": "^5.
|
|
17
|
+
"babylonjs": "^5.15.0"
|
|
18
18
|
},
|
|
19
19
|
"devDependencies": {
|
|
20
20
|
"@dev/build-tools": "1.0.0",
|