classref: Sync with current master branch (8c7b98d45)

This commit is contained in:
Rémi Verschelde
2023-02-14 19:48:22 +01:00
parent 79da2289cf
commit 89907d4f59
66 changed files with 847 additions and 418 deletions

View File

@@ -25,6 +25,8 @@ The VisibleOnScreenNotifier2D detects when it is visible on the screen. It also
If you want nodes to be disabled automatically when they exit the screen, use :ref:`VisibleOnScreenEnabler2D<class_VisibleOnScreenEnabler2D>` instead.
\ **Note:** VisibleOnScreenNotifier2D uses the render culling code to determine whether it's visible on screen, which also means that its :ref:`CanvasItem.visible<class_CanvasItem_property_visible>` must be ``true`` to work correctly.
.. rst-class:: classref-introduction-group
Tutorials