Clarify notification call order

This commit is contained in:
kobewi
2025-11-11 13:59:10 +01:00
parent 8327dfa215
commit 1be1bd15d8
5 changed files with 6 additions and 1 deletions

View File

@ -753,6 +753,7 @@
</constant>
<constant name="NOTIFICATION_EXIT_CANVAS" value="33">
The [CanvasItem] has exited the canvas.
This notification is sent in reversed order.
</constant>
<constant name="NOTIFICATION_WORLD_2D_CHANGED" value="36">
Notification received when this [CanvasItem] is registered to a new [World2D] (see [method get_world_2d]).