docs: Add info about DO render tree display

This commit is contained in:
nosamu 2023-01-23 19:52:41 -06:00 committed by Aaron Hill
parent 5ee3b821dd
commit 009019d106
1 changed files with 5 additions and 0 deletions

View File

@ -79,6 +79,11 @@ The hotkey <kbd>Ctrl</kbd>+<kbd>Alt</kbd>+<kbd>V</kbd> dumps every variable insi
This can be very useful to inspect the internal state of games and see, for example, if a coordinate is NaN, your lives
are negative, or maybe an important object just didn't get initialized.
### Render Tree Dumping
The hotkey <kbd>Ctrl</kbd>+<kbd>Alt</kbd>+<kbd>F</kbd> dumps the DisplayObject render tree at the moment you press it.
This allows you to see Ruffle's representation of the objects on the Stage.
## Reporting Bugs
[Issue reports and feature requests](https://github.com/ruffle-rs/ruffle/issues) are encouraged, and are a great way to measure our progress!