babylonjs-gui 9.22.1 → 9.23.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 +3 -3
- package/babylon.gui.es5.js +8208 -0
- package/babylon.gui.js +1 -1
- 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 +34 -33
- package/package.json +2 -2
- package/rollup.config.umd.mjs +1 -0
package/babylon.gui.d.ts
CHANGED
|
@@ -1498,7 +1498,7 @@ declare namespace BABYLON.GUI {
|
|
|
1498
1498
|
* @since 5.0.0
|
|
1499
1499
|
*/
|
|
1500
1500
|
export class FluentButtonMaterial extends BABYLON.PushMaterial {
|
|
1501
|
-
private
|
|
1501
|
+
private static readonly _ShaderLoader;
|
|
1502
1502
|
/**
|
|
1503
1503
|
* URL pointing to the texture used to define the coloring for the fluent blob effect.
|
|
1504
1504
|
*/
|
|
@@ -1733,7 +1733,7 @@ declare namespace BABYLON.GUI {
|
|
|
1733
1733
|
* Class used to render square buttons with fluent design
|
|
1734
1734
|
*/
|
|
1735
1735
|
export class FluentBackplateMaterial extends BABYLON.PushMaterial {
|
|
1736
|
-
private
|
|
1736
|
+
private static readonly _ShaderLoader;
|
|
1737
1737
|
/**
|
|
1738
1738
|
* URL pointing to the texture used to define the coloring for the fluent blob effect.
|
|
1739
1739
|
*/
|
|
@@ -1941,7 +1941,7 @@ declare namespace BABYLON.GUI {
|
|
|
1941
1941
|
* Class used to render controls with fluent design
|
|
1942
1942
|
*/
|
|
1943
1943
|
export class FluentMaterial extends BABYLON.PushMaterial {
|
|
1944
|
-
private
|
|
1944
|
+
private static readonly _ShaderLoader;
|
|
1945
1945
|
/**
|
|
1946
1946
|
* Gets or sets inner glow intensity. A value of 0 means no glow (default is 0.5)
|
|
1947
1947
|
*/
|