summaryrefslogtreecommitdiffstats
path: root/doc/classes
diff options
context:
space:
mode:
authorGilles Roudiere <gilles.roudiere@gmail.com>2017-11-15 23:03:25 +0100
committerGilles Roudiere <gilles.roudiere@gmail.com>2017-11-19 13:36:31 +0100
commit8d1f2b1857322ed2875cd83b275f3a80f04394a9 (patch)
tree95a39e9988c8dd4da85203426764b61f1dff0336 /doc/classes
parent0aa4765904b0aea28ccf485b2428b027a5960df4 (diff)
downloadredot-engine-8d1f2b1857322ed2875cd83b275f3a80f04394a9.tar.gz
Rework the canvas_item API for further improves to the canvas item editor
Diffstat (limited to 'doc/classes')
-rw-r--r--doc/classes/CanvasItem.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/classes/CanvasItem.xml b/doc/classes/CanvasItem.xml
index dd192e2166..bb3a9b3845 100644
--- a/doc/classes/CanvasItem.xml
+++ b/doc/classes/CanvasItem.xml
@@ -346,14 +346,14 @@
Get the global transform matrix of this item in relation to the canvas.
</description>
</method>
- <method name="get_item_and_children_rect" qualifiers="const">
+ <method name="edit_get_item_and_children_rect" qualifiers="const">
<return type="Rect2">
</return>
<description>
Get a [Rect2] with the boundaries of this item and its children.
</description>
</method>
- <method name="get_item_rect" qualifiers="const">
+ <method name="edit_get_rect" qualifiers="const">
<return type="Rect2">
</return>
<description>