babylonjs-gui 9.15.0 → 9.16.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
@@ -1945,7 +1945,7 @@ declare namespace BABYLON.GUI {
1945
1945
  /**
1946
1946
  * Gets or sets inner glow intensity. A value of 0 means no glow (default is 0.5)
1947
1947
  */
1948
- innerGlowColorIntensity: number;
1948
+ accessor innerGlowColorIntensity: number;
1949
1949
  /**
1950
1950
  * Gets or sets the inner glow color (white by default)
1951
1951
  */
@@ -1957,7 +1957,7 @@ declare namespace BABYLON.GUI {
1957
1957
  /**
1958
1958
  * Gets or sets a boolean indicating if borders must be rendered (default is false)
1959
1959
  */
1960
- renderBorders: boolean;
1960
+ accessor renderBorders: boolean;
1961
1961
  /**
1962
1962
  * Gets or sets border width (default is 0.5)
1963
1963
  */
@@ -1973,7 +1973,7 @@ declare namespace BABYLON.GUI {
1973
1973
  /**
1974
1974
  * Gets or sets a boolean indicating if hover light must be rendered (default is false)
1975
1975
  */
1976
- renderHoverLight: boolean;
1976
+ accessor renderHoverLight: boolean;
1977
1977
  /**
1978
1978
  * Gets or sets the radius used to render the hover light (default is 0.01)
1979
1979
  */
@@ -1988,7 +1988,7 @@ declare namespace BABYLON.GUI {
1988
1988
  hoverPosition: BABYLON.Vector3;
1989
1989
  private _albedoTexture;
1990
1990
  /** Gets or sets the texture to use for albedo color */
1991
- albedoTexture: BABYLON.Nullable<BABYLON.BaseTexture>;
1991
+ accessor albedoTexture: BABYLON.Nullable<BABYLON.BaseTexture>;
1992
1992
  /**
1993
1993
  * Creates a new Fluent material
1994
1994
  * @param name defines the name of the material