Rework the canvas_item API for further improves to the canvas item editor

This commit is contained in:
Gilles Roudiere
2017-11-15 23:03:25 +01:00
parent 0aa4765904
commit 8d1f2b1857
31 changed files with 285 additions and 498 deletions

View File

@@ -52,14 +52,14 @@ protected:
static void _bind_methods();
public:
Rect2 _edit_get_rect() const;
void set_rect(const Rect2 &p_rect);
Rect2 get_rect() const;
void set_copy_mode(CopyMode p_mode);
CopyMode get_copy_mode() const;
Rect2 get_item_rect() const;
BackBufferCopy();
~BackBufferCopy();
};