mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-05 22:09:56 +03:00
classref: Sync with current master branch (2e7fc81)
This commit is contained in:
@@ -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.)`
|
||||
|
||||
Reference in New Issue
Block a user