summaryrefslogtreecommitdiff
path: root/doc/classes/VisibleOnScreenNotifier3D.xml
diff options
context:
space:
mode:
Diffstat (limited to 'doc/classes/VisibleOnScreenNotifier3D.xml')
-rw-r--r--doc/classes/VisibleOnScreenNotifier3D.xml3
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/classes/VisibleOnScreenNotifier3D.xml b/doc/classes/VisibleOnScreenNotifier3D.xml
index 85ff324fbf..03db449c80 100644
--- a/doc/classes/VisibleOnScreenNotifier3D.xml
+++ b/doc/classes/VisibleOnScreenNotifier3D.xml
@@ -12,8 +12,7 @@
</tutorials>
<methods>
<method name="is_on_screen" qualifiers="const">
- <return type="bool">
- </return>
+ <return type="bool" />
<description>
If [code]true[/code], the bounding box is on the screen.
[b]Note:[/b] It takes one frame for the node's visibility to be assessed once added to the scene tree, so this method will return [code]false[/code] right after it is instantiated, even if it will be on screen in the draw pass.