diff options
author | Micky <micheledevita2@gmail.com> | 2024-11-09 20:45:26 +0100 |
---|---|---|
committer | Micky <micheledevita2@gmail.com> | 2024-11-12 17:44:45 +0100 |
commit | eaebb3f8644cb2e793645dc71f8c038f61897bed (patch) | |
tree | 908576bcfb87b9430ad449bf1541e06feae09b72 /doc/classes/CanvasItem.xml | |
parent | caff0ff591ed63234474c46a6fd868661aa8ea01 (diff) | |
download | redot-engine-eaebb3f8644cb2e793645dc71f8c038f61897bed.tar.gz |
Fix more miscellaneous oddities around the class reference
Diffstat (limited to 'doc/classes/CanvasItem.xml')
-rw-r--r-- | doc/classes/CanvasItem.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/CanvasItem.xml b/doc/classes/CanvasItem.xml index 4e6535f3ca..5710e08423 100644 --- a/doc/classes/CanvasItem.xml +++ b/doc/classes/CanvasItem.xml @@ -633,7 +633,7 @@ </member> <member name="y_sort_enabled" type="bool" setter="set_y_sort_enabled" getter="is_y_sort_enabled" default="false"> If [code]true[/code], this and child [CanvasItem] nodes with a higher Y position are rendered in front of nodes with a lower Y position. If [code]false[/code], this and child [CanvasItem] nodes are rendered normally in scene tree order. - With Y-sorting enabled on a parent node ('A') but disabled on a child node ('B'), the child node ('B') is sorted but its children ('C1', 'C2', etc) render together on the same Y position as the child node ('B'). This allows you to organize the render order of a scene without changing the scene tree. + With Y-sorting enabled on a parent node ('A') but disabled on a child node ('B'), the child node ('B') is sorted but its children ('C1', 'C2', etc.) render together on the same Y position as the child node ('B'). This allows you to organize the render order of a scene without changing the scene tree. Nodes sort relative to each other only if they are on the same [member z_index]. </member> <member name="z_as_relative" type="bool" setter="set_z_as_relative" getter="is_z_relative" default="true"> |