diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2018-09-11 00:18:05 +0200 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2018-09-11 00:18:21 +0200 |
commit | c320d9394d82b755e2ccffb0d8fac3e9df61396b (patch) | |
tree | 12f347911825dd44d69490528f805598e4a3467e /doc/classes/CanvasItem.xml | |
parent | bf286ed182405f6dc9b45e9790a5251f678aa933 (diff) | |
download | redot-engine-c320d9394d82b755e2ccffb0d8fac3e9df61396b.tar.gz |
doc: Sync classref with current source
Diffstat (limited to 'doc/classes/CanvasItem.xml')
-rw-r--r-- | doc/classes/CanvasItem.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/classes/CanvasItem.xml b/doc/classes/CanvasItem.xml index a04e38af5c..98404478f4 100644 --- a/doc/classes/CanvasItem.xml +++ b/doc/classes/CanvasItem.xml @@ -330,6 +330,12 @@ Draws a textured rectangle region at a given position, optionally modulated by a color. Transpose swaps the x and y coordinates when reading the texture. </description> </method> + <method name="force_update_transform"> + <return type="void"> + </return> + <description> + </description> + </method> <method name="get_canvas" qualifiers="const"> <return type="RID"> </return> |