diff options
author | Markus Sauermann <6299227+Sauermann@users.noreply.github.com> | 2022-10-01 08:40:11 +0200 |
---|---|---|
committer | Markus Sauermann <6299227+Sauermann@users.noreply.github.com> | 2023-01-26 15:30:44 +0100 |
commit | 83fa14a5a998235529db962360a51a6415dfe195 (patch) | |
tree | 79532b12d9931295ea1d778e6f6639779c74ff62 /doc | |
parent | cc7aa72f01fdea5f93b0a618fcd12db55617beb0 (diff) |
Include the Window-transform into Viewport::get_final_transform
Diffstat (limited to 'doc')
-rw-r--r-- | doc/classes/Viewport.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/Viewport.xml b/doc/classes/Viewport.xml index 84d3d818c3..ab2de14638 100644 --- a/doc/classes/Viewport.xml +++ b/doc/classes/Viewport.xml @@ -55,7 +55,7 @@ <method name="get_final_transform" qualifiers="const"> <return type="Transform2D" /> <description> - Returns the total transform of the viewport. + Returns the transform from the viewport's coordinate system to the embedder's coordinate system. </description> </method> <method name="get_mouse_position" qualifiers="const"> |