mirror of
https://github.com/godotengine/godot.git
synced 2026-01-03 18:11:19 +03:00
Mention that 'changed' signal needs manual emit
This commit is contained in:
@@ -76,6 +76,7 @@
|
||||
<signal name="changed">
|
||||
<description>
|
||||
Emitted whenever the resource changes.
|
||||
[b]Note:[/b] This signal is not emitted automatically for custom resources, which means that you need to create a setter and emit the signal yourself.
|
||||
</description>
|
||||
</signal>
|
||||
</signals>
|
||||
|
||||
Reference in New Issue
Block a user