Sort all child nodes based on their Y positions.
The child node must inherit from CanvasItem for it to be sorted. Nodes that have a higher Y position will be drawn later, so they will appear on top of nodes that have a lower Y position.
If true child nodes are sorted, otherwise sorting is disabled. Default: true.
See Implementation
Sort all child nodes based on their Y positions.
The child node must inherit from CanvasItem for it to be sorted. Nodes that have a higher Y position will be drawn later, so they will appear on top of nodes that have a lower Y position.