2017-09-12 22:42:36 +02:00
<?xml version="1.0" encoding="UTF-8" ?>
2017-11-24 09:16:52 +01:00
<class name= "VisibilityNotifier" inherits= "Spatial" category= "Core" version= "3.0-beta" >
2017-09-12 22:42:36 +02:00
<brief_description >
2017-09-16 18:09:13 +02:00
Detects when the node is visible on screen.
2017-09-12 22:42:36 +02:00
</brief_description>
<description >
2017-09-16 18:09:13 +02:00
The VisibilityNotifier detects when it is visible on the screen. It also notifies when its bounding rectangle enters or exits the screen or a [Camera]'s view.
2017-09-12 22:42:36 +02:00
</description>
<tutorials >
</tutorials>
<demos >
</demos>
<methods >
<method name= "is_on_screen" qualifiers= "const" >
<return type= "bool" >
</return>
<description >
2017-09-16 18:09:13 +02:00
If [code]true[/code] the bounding box is on the screen.
2017-09-12 22:42:36 +02:00
</description>
</method>
</methods>
<members >
2017-11-17 03:09:00 +01:00
<member name= "aabb" type= "AABB" setter= "set_aabb" getter= "get_aabb" >
2017-09-16 18:09:13 +02:00
The VisibilityNotifier's bounding box.
2017-09-12 22:42:36 +02:00
</member>
</members>
<signals >
<signal name= "camera_entered" >
<argument index= "0" name= "camera" type= "Object" >
</argument>
<description >
Emitted when the VisibilityNotifier enters a [Camera]'s view.
</description>
</signal>
<signal name= "camera_exited" >
<argument index= "0" name= "camera" type= "Object" >
</argument>
<description >
Emitted when the VisibilityNotifier exits a [Camera]'s view.
</description>
</signal>
<signal name= "screen_entered" >
<description >
Emitted when the VisibilityNotifier enters the screen.
</description>
</signal>
<signal name= "screen_exited" >
<description >
Emitted when the VisibilityNotifier exits the screen.
</description>
</signal>
</signals>
<constants >
</constants>
</class>