From 2ff676a696a9cc1d77c0a8f4d5f31de8c7b5bc1a Mon Sep 17 00:00:00 2001 From: kobewi Date: Fri, 21 Oct 2022 14:20:57 +0200 Subject: Remove error condition from get_global_transform() --- doc/classes/CanvasItem.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/classes') diff --git a/doc/classes/CanvasItem.xml b/doc/classes/CanvasItem.xml index 947e6a3d4c..af43799e19 100644 --- a/doc/classes/CanvasItem.xml +++ b/doc/classes/CanvasItem.xml @@ -416,7 +416,7 @@ - Returns the global transform matrix of this item. + Returns the global transform matrix of this item, i.e. the combined transform up to the topmost [CanvasItem] node. The topmost item is a [CanvasItem] that either has no parent, has non-[CanvasItem] parent or it has [member top_level] enabled. -- cgit v1.2.3