diff options
author | Rémi Verschelde <remi@verschelde.fr> | 2021-06-18 12:27:14 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-18 12:27:14 +0200 |
commit | 86aff37722fee680b01b76e35ad0f4a386c1edf2 (patch) | |
tree | 90db8cdf8463898324daf21a45e97722bd86d3f7 /doc/classes/StyleBoxTexture.xml | |
parent | 4c8872b12ffacb8b14c811a820cf880b00fb02d1 (diff) | |
parent | 0ff4095b3689093680d4279851d6852eeaa0a0b3 (diff) |
Merge pull request #32313 from YeldhamDev/format_args_values
Better format arguments in variant parser
Diffstat (limited to 'doc/classes/StyleBoxTexture.xml')
-rw-r--r-- | doc/classes/StyleBoxTexture.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/classes/StyleBoxTexture.xml b/doc/classes/StyleBoxTexture.xml index f4a1f1f01d..be14048126 100644 --- a/doc/classes/StyleBoxTexture.xml +++ b/doc/classes/StyleBoxTexture.xml @@ -116,10 +116,10 @@ A higher value means more of the source texture is considered to be part of the top border of the 3×3 box. This is also the value used as fallback for [member StyleBox.content_margin_top] if it is negative. </member> - <member name="modulate_color" type="Color" setter="set_modulate" getter="get_modulate" default="Color( 1, 1, 1, 1 )"> + <member name="modulate_color" type="Color" setter="set_modulate" getter="get_modulate" default="Color(1, 1, 1, 1)"> Modulates the color of the texture when this style box is drawn. </member> - <member name="region_rect" type="Rect2" setter="set_region_rect" getter="get_region_rect" default="Rect2( 0, 0, 0, 0 )"> + <member name="region_rect" type="Rect2" setter="set_region_rect" getter="get_region_rect" default="Rect2(0, 0, 0, 0)"> Species a sub-region of the texture to use. This is equivalent to first wrapping the texture in an [AtlasTexture] with the same region. </member> |