diff --git a/doc/base/classes.xml b/doc/base/classes.xml index 9577fb2aa9f..774cea50fb3 100644 --- a/doc/base/classes.xml +++ b/doc/base/classes.xml @@ -43884,20 +43884,24 @@ This method controls whether the position between two cached points is interpola + Sort all child nodes based on their Y positions. + 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. + Set whether the children nodes are sorted or not. (default true) + Returns true if the children nodes are being sorted.