doc: clarify CanvasItem's visibility signal descriptions
This commit is contained in:
parent
4254946de9
commit
9b474e3a8e
|
@ -648,7 +648,7 @@
|
||||||
</signal>
|
</signal>
|
||||||
<signal name="hidden">
|
<signal name="hidden">
|
||||||
<description>
|
<description>
|
||||||
Emitted when the [CanvasItem] becomes hidden, either because its own [member visible] property was set to [code]false[/code] or the [member visible] property of one of its [CanvasItem] ancestors was set to [code]false[/code].
|
Emitted when the [CanvasItem] is hidden, i.e. it's no longer visible in the tree (see [method is_visible_in_tree]).
|
||||||
</description>
|
</description>
|
||||||
</signal>
|
</signal>
|
||||||
<signal name="item_rect_changed">
|
<signal name="item_rect_changed">
|
||||||
|
@ -658,7 +658,7 @@
|
||||||
</signal>
|
</signal>
|
||||||
<signal name="visibility_changed">
|
<signal name="visibility_changed">
|
||||||
<description>
|
<description>
|
||||||
Emitted when the [CanvasItem]'s visibility changes, either because its own [member visible] property changed or because the visility of one of its [CanvasItem] ancestors changed (equivalent to a change in [method is_visible_in_tree]).
|
Emitted when the [CanvasItem]'s visibility changes, either because its own [member visible] property changed or because its visibility in the tree changed (see [method is_visible_in_tree]).
|
||||||
</description>
|
</description>
|
||||||
</signal>
|
</signal>
|
||||||
</signals>
|
</signals>
|
||||||
|
|
Loading…
Reference in New Issue