From b5838bc4de6176b07293e9a5200f11607b93b420 Mon Sep 17 00:00:00 2001 From: Chris Bradfield Date: Sat, 16 Sep 2017 09:09:13 -0700 Subject: [DOCS] update VisibilityNotifier2D class ref. --- doc/classes/VisibilityNotifier.xml | 9 +++++---- doc/classes/VisibilityNotifier2D.xml | 9 +++++---- 2 files changed, 10 insertions(+), 8 deletions(-) diff --git a/doc/classes/VisibilityNotifier.xml b/doc/classes/VisibilityNotifier.xml index 4d76c7c927..816523fc27 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 1058e3d6d4..86227a0277 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. -- cgit v1.2.3