Add texture_changed signal to Sprite3D

This commit is contained in:
Yuri Roubinsky
2021-10-01 10:14:05 +03:00
parent df57aa670a
commit 1ade29147b
2 changed files with 7 additions and 0 deletions

View File

@ -36,5 +36,10 @@
Emitted when the [member frame] changes.
</description>
</signal>
<signal name="texture_changed">
<description>
Emitted when the [member texture] changes.
</description>
</signal>
</signals>
</class>