diff options
Diffstat (limited to 'doc/classes/Sprite3D.xml')
-rw-r--r-- | doc/classes/Sprite3D.xml | 5 |
1 files changed, 5 insertions, 0 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> |