diff options
author | Micky <micheledevita2@gmail.com> | 2024-08-18 18:51:37 +0200 |
---|---|---|
committer | Micky <micheledevita2@gmail.com> | 2024-08-18 23:18:44 +0200 |
commit | b8f78b14be5e61858c33a572159e074c3755f4c9 (patch) | |
tree | 4ba50bb6111a5d7e73e4d1dde71d1633987f912e /doc/classes/StyleBoxTexture.xml | |
parent | 1bd740d18d714f815486b04bf4c6154ef6c355d9 (diff) | |
download | redot-engine-b8f78b14be5e61858c33a572159e074c3755f4c9.tar.gz |
Fix miscellaneous oddities around the class reference
Diffstat (limited to 'doc/classes/StyleBoxTexture.xml')
-rw-r--r-- | doc/classes/StyleBoxTexture.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/classes/StyleBoxTexture.xml b/doc/classes/StyleBoxTexture.xml index 14bceb4d4c..07d4b13f36 100644 --- a/doc/classes/StyleBoxTexture.xml +++ b/doc/classes/StyleBoxTexture.xml @@ -80,9 +80,9 @@ 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)"> - Species a sub-region of the texture to use. - This is equivalent to first wrapping the texture in an [AtlasTexture] with the same region. - If empty ([code]Rect2(0, 0, 0, 0)[/code]), the whole texture will be used. + The region to use from the [member texture]. + This is equivalent to first wrapping the [member texture] in an [AtlasTexture] with the same region. + If empty ([code]Rect2(0, 0, 0, 0)[/code]), the whole [member texture] is used. </member> <member name="texture" type="Texture2D" setter="set_texture" getter="get_texture"> The texture to use when drawing this style box. |