babylonjs-gui 9.22.2 → 9.25.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 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 _shadersLoaded;
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 _shadersLoaded;
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 _shadersLoaded;
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
  */