diff options
author | RĂ©mi Verschelde <remi@verschelde.fr> | 2021-06-13 14:44:50 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-13 14:44:50 +0200 |
commit | ef7974f3d9d51865aac83bfdd2876f39061b87fa (patch) | |
tree | fe701efa270126f1598db6198f3d0f85ee76cf50 /doc/classes | |
parent | aa51911c690141846f0c54c7e6c23d29cd884e8f (diff) | |
parent | 19afaa0203fbe5638b9be35f7e43bdba3b8a3641 (diff) |
Merge pull request #49526 from Chaosus/fix_textureregion_errors
Diffstat (limited to 'doc/classes')
-rw-r--r-- | doc/classes/Sprite3D.xml | 5 | ||||
-rw-r--r-- | doc/classes/StyleBoxTexture.xml | 7 |
2 files changed, 5 insertions, 7 deletions
diff --git a/doc/classes/Sprite3D.xml b/doc/classes/Sprite3D.xml index a7d61a6bab..8c4b9e7d10 100644 --- a/doc/classes/Sprite3D.xml +++ b/doc/classes/Sprite3D.xml @@ -39,6 +39,11 @@ Emitted when the [member frame] changes. </description> </signal> + <signal name="texture_changed"> + <description> + Emitted when the [member texture] changes. + </description> + </signal> </signals> <constants> </constants> diff --git a/doc/classes/StyleBoxTexture.xml b/doc/classes/StyleBoxTexture.xml index 895d0c357d..f4a1f1f01d 100644 --- a/doc/classes/StyleBoxTexture.xml +++ b/doc/classes/StyleBoxTexture.xml @@ -127,13 +127,6 @@ The texture to use when drawing this style box. </member> </members> - <signals> - <signal name="texture_changed"> - <description> - Emitted when the stylebox's texture is changed. - </description> - </signal> - </signals> <constants> <constant name="AXIS_STRETCH_MODE_STRETCH" value="0" enum="AxisStretchMode"> Stretch the stylebox's texture. This results in visible distortion unless the texture size matches the stylebox's size perfectly. |