From 78dc8e79c4c6f428545c7f48f421d007d68ad7d3 Mon Sep 17 00:00:00 2001 From: CowThing Date: Sun, 1 May 2016 17:55:24 -0400 Subject: [PATCH] Documented YSort (#4515) Documented YSort (cherry picked from commit 957c265f11fc5f244e24bb4d5442fedba4e32634) --- doc/base/classes.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/base/classes.xml b/doc/base/classes.xml index 815488da032..721409d67ac 100644 --- a/doc/base/classes.xml +++ b/doc/base/classes.xml @@ -42472,20 +42472,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.