diff options
author | Poommetee Ketson <poommetee@protonmail.com> | 2017-11-20 00:19:00 +0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-11-20 00:19:00 +0700 |
commit | f5e85c61039f8ff17805172c7a417747070bbc98 (patch) | |
tree | db0dd34791d799e701a8688b8bae45370968ada0 /doc | |
parent | d629a753ec8d6b3e01f608652e43909be1b2c254 (diff) | |
parent | 8d1f2b1857322ed2875cd83b275f3a80f04394a9 (diff) |
Merge pull request #12955 from groud/editor_canvas_item_api_rework
Editor canvas item api rework
Diffstat (limited to 'doc')
-rw-r--r-- | doc/classes/CanvasItem.xml | 4 |
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> |