virtualx-engine/doc
Juan Linietsky 407b16ab00
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.
2023-08-28 12:53:56 +02:00
..
classes Debug CanvasItem redraw 2023-08-28 12:53:56 +02:00
tools
translations i18n: Sync translations with Weblate 2023-08-17 13:24:10 +02:00
class.xsd Deprecate project_settings_changed signal 2023-08-10 15:07:25 +02:00
Doxyfile
Makefile