diff --git a/doc/classes/VisibilityNotifier.xml b/doc/classes/VisibilityNotifier.xml index 4d76c7c927d..816523fc27d 100644 --- a/doc/classes/VisibilityNotifier.xml +++ b/doc/classes/VisibilityNotifier.xml @@ -1,10 +1,10 @@ - Detect when the node is visible on screen. + Detects when the node is visible on screen. - The VisibilityNotifier is used to notify when its bounding box enters the screen, is visible on the screen, or when it exits the screen. + 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. @@ -15,14 +15,14 @@ - Return the visibility bounding box of the VisibilityNotifier. + Returns the bounding box of the VisibilityNotifier. - Return true if any part of the bounding box is on the screen. + If [code]true[/code] the bounding box is on the screen. @@ -37,6 +37,7 @@ + The VisibilityNotifier's bounding box. diff --git a/doc/classes/VisibilityNotifier2D.xml b/doc/classes/VisibilityNotifier2D.xml index 1058e3d6d4a..86227a02772 100644 --- a/doc/classes/VisibilityNotifier2D.xml +++ b/doc/classes/VisibilityNotifier2D.xml @@ -1,10 +1,10 @@ - Detect when the node is visible on screen. + Detects when the node is visible on screen. - The VisibilityNotifier2D is used to notify when its bounding rectangle enters the screen, is visible on the screen, or when it exits the screen. + The VisibilityNotifier2D detects when it is visible on the screen. It also notifies when its bounding rectangle enters or exits the screen or a viewport. @@ -15,14 +15,14 @@ - Return the visibility bounding rectangle of the VisibilityNotifier2D. + Returns the bounding rectangle of the VisibilityNotifier2D. - Return true if any part of the bounding rectangle is on the screen. + If [code]true[/code] the bounding rectangle is on the screen. @@ -37,6 +37,7 @@ + The VisibilityNotifier2D's bounding rectangle.