1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-17 14:11:06 +00:00

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

@@ -894,6 +894,8 @@ public:
FUNC6(canvas_item_set_canvas_group_mode, RID, CanvasGroupMode, float, bool, float, bool)
FUNC1(canvas_item_set_debug_redraw, bool)
FUNCRIDSPLIT(canvas_light)
FUNC2(canvas_light_set_mode, RID, CanvasLightMode)