summaryrefslogtreecommitdiffstats
path: root/core/math/transform_interpolator.cpp
diff options
context:
space:
mode:
authorJuan Linietsky <reduzio@gmail.com>2023-07-07 19:35:54 +0200
committerRémi Verschelde <rverschelde@gmail.com>2023-08-28 12:53:56 +0200
commit407b16ab000b340006b1b2b2c4c574f1b634d3a9 (patch)
tree51aa097e41d8f588c76138e643dc31feade613bd /core/math/transform_interpolator.cpp
parent713bfaf5eac1eb8a770e5ee825db29de99f3d0f7 (diff)
downloadredot-engine-407b16ab000b340006b1b2b2c4c574f1b634d3a9.tar.gz
Debug CanvasItem redraw
I wanted to add this tool for years and always forget. This command line option: ``` $ godot.exe -e --debug-canvas-item-redraw ``` Allows to see when a canvas item is redrawn. This helps find out if something in the UI is refreshing in a way it should not. Examples as such: * Signals causing more of the UI to redraw. * Container resizing causes more UI elements to redraw. * Something using a timer is redrawing all time time, which can go unnoticed. To my surprise, the editor UI is redrawing very efficiently. There is some weird stuff with the scene tabs, redrawing when the inspector changes but most things for the most part are fine.
Diffstat (limited to 'core/math/transform_interpolator.cpp')
0 files changed, 0 insertions, 0 deletions