diff options
author | kobewi <kobewi4e@gmail.com> | 2022-10-21 14:20:57 +0200 |
---|---|---|
committer | kobewi <kobewi4e@gmail.com> | 2022-10-21 14:52:43 +0200 |
commit | 2ff676a696a9cc1d77c0a8f4d5f31de8c7b5bc1a (patch) | |
tree | 49006da4178e905c67135389a5f42c00108a7ef5 /doc | |
parent | c4c35ab77a4090b0b8f813bce71fdf3053f65a05 (diff) |
Remove error condition from get_global_transform()
Diffstat (limited to 'doc')
-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 947e6a3d4c..af43799e19 100644 --- a/doc/classes/CanvasItem.xml +++ b/doc/classes/CanvasItem.xml @@ -416,7 +416,7 @@ <method name="get_global_transform" qualifiers="const"> <return type="Transform2D" /> <description> - 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. </description> </method> <method name="get_global_transform_with_canvas" qualifiers="const"> |