Update README.md

This commit is contained in:
Arnaud Jamin
2023-10-10 10:50:45 -04:00
committed by GitHub
parent 12b4b50c6d
commit 4d8ff52f12
+2 -1
View File
@@ -16,9 +16,10 @@ Cog are debug tools for Unreal Engine built on top of [ImGui](https://github.com
## ImGui Windows
### General Notes
- Most windows display their contents based on a selected actor.
- The selector actor can be chosen using the selection window or widget.
- mouse over a window title to display its help. This behavior can be disabled in the Window menu.
- Mouse over a window title to display its help. This behavior can be disabled in the Window menu.
- Window Layouts can be saved/loaded.
- Windows save their own settings in a Cog.ini file to maintain their state between multiple sessions.