Fixes snapping and replaces the _draw_canvas by forward_canvas_draw
This commit is contained in:
parent
6e960c7d6b
commit
fc02605b49
21 changed files with 118 additions and 164 deletions
|
|
@ -812,9 +812,9 @@ public:
|
|||
|
||||
void make_visible(bool p_visible);
|
||||
void edit(Object *p_object);
|
||||
bool forward_gui_input(const Transform2D &p_canvas_xform, const Ref<InputEvent> &p_event);
|
||||
bool forward_gui_input(const Ref<InputEvent> &p_event);
|
||||
bool forward_spatial_gui_input(Camera *p_camera, const Ref<InputEvent> &p_event, bool serve_when_force_input_enabled);
|
||||
void forward_draw_over_canvas(const Transform2D &p_canvas_xform, Control *p_canvas);
|
||||
void forward_draw_over_canvas(Control *p_canvas);
|
||||
void add_plugin(EditorPlugin *p_plugin);
|
||||
void clear();
|
||||
bool empty();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue