More precise description for is_visible_in_tree

This commit is contained in:
PetePete1984 2018-01-21 12:09:57 +01:00 committed by Rémi Verschelde
parent ccfe9f049f
commit f4d67433e7
1 changed files with 1 additions and 1 deletions

View File

@ -415,7 +415,7 @@
<return type="bool">
</return>
<description>
Returns [code]true[/code] if the node is in the [SceneTree] and is visible on-screen.
Returns [code]true[/code] if the node is present in the [SceneTree], its [member visible] property is [code]true[/code] and its inherited visibility is also [code]true[/code].
</description>
</method>
<method name="make_canvas_position_local" qualifiers="const">