classref: Sync with current master branch (2e7fc81)

This commit is contained in:
Godot Organization
2024-02-24 03:20:02 +00:00
parent 4f21f44632
commit 8978497bb6
938 changed files with 42729 additions and 36889 deletions

View File

@@ -54,9 +54,9 @@ Methods
.. table::
:widths: auto
+-------------------------+----------------------------------------------------------------------------------------------+
| :ref:`bool<class_bool>` | :ref:`is_on_screen<class_VisibleOnScreenNotifier2D_method_is_on_screen>` **(** **)** |const| |
+-------------------------+----------------------------------------------------------------------------------------------+
+-------------------------+----------------------------------------------------------------------------------------+
| :ref:`bool<class_bool>` | :ref:`is_on_screen<class_VisibleOnScreenNotifier2D_method_is_on_screen>`\ (\ ) |const| |
+-------------------------+----------------------------------------------------------------------------------------+
.. rst-class:: classref-section-separator
@@ -71,7 +71,7 @@ Signals
.. rst-class:: classref-signal
**screen_entered** **(** **)**
**screen_entered**\ (\ )
Emitted when the VisibleOnScreenNotifier2D enters the screen.
@@ -83,7 +83,7 @@ Emitted when the VisibleOnScreenNotifier2D enters the screen.
.. rst-class:: classref-signal
**screen_exited** **(** **)**
**screen_exited**\ (\ )
Emitted when the VisibleOnScreenNotifier2D exits the screen.
@@ -104,8 +104,8 @@ Property Descriptions
.. rst-class:: classref-property-setget
- void **set_rect** **(** :ref:`Rect2<class_Rect2>` value **)**
- :ref:`Rect2<class_Rect2>` **get_rect** **(** **)**
- |void| **set_rect**\ (\ value\: :ref:`Rect2<class_Rect2>`\ )
- :ref:`Rect2<class_Rect2>` **get_rect**\ (\ )
The VisibleOnScreenNotifier2D's bounding rectangle.
@@ -122,7 +122,7 @@ Method Descriptions
.. rst-class:: classref-method
:ref:`bool<class_bool>` **is_on_screen** **(** **)** |const|
:ref:`bool<class_bool>` **is_on_screen**\ (\ ) |const|
If ``true``, the bounding rectangle is on the screen.
@@ -135,3 +135,4 @@ If ``true``, the bounding rectangle is on the screen.
.. |static| replace:: :abbr:`static (This method doesn't need an instance to be called, so it can be called directly using the class name.)`
.. |operator| replace:: :abbr:`operator (This method describes a valid operator to use with this type as left-hand operand.)`
.. |bitfield| replace:: :abbr:`BitField (This value is an integer composed as a bitmask of the following flags.)`
.. |void| replace:: :abbr:`void (No return value.)`