Преглед изворни кода

More precise description for is_visible_in_tree

PetePete1984 пре 7 година
родитељ
комит
f4d67433e7
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      doc/classes/CanvasItem.xml

+ 1 - 1
doc/classes/CanvasItem.xml

@@ -415,7 +415,7 @@
 			<return type="bool">
 			<return type="bool">
 			</return>
 			</return>
 			<description>
 			<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>
 			</description>
 		</method>
 		</method>
 		<method name="make_canvas_position_local" qualifiers="const">
 		<method name="make_canvas_position_local" qualifiers="const">