Merge pull request #79169 from reduz/debug-canvas-item-redraw

Debug CanvasItem redraw
This commit is contained in:
Rémi Verschelde
2023-10-11 08:40:05 +02:00
committed by GitHub
14 changed files with 124 additions and 0 deletions

View File

@ -1412,6 +1412,8 @@ public:
virtual void canvas_item_set_canvas_group_mode(RID p_item, CanvasGroupMode p_mode, float p_clear_margin = 5.0, bool p_fit_empty = false, float p_fit_margin = 0.0, bool p_blur_mipmaps = false) = 0;
virtual void canvas_item_set_debug_redraw(bool p_enabled) = 0;
/* CANVAS LIGHT */
virtual RID canvas_light_create() = 0;