FyroxEngine / Fyrox

3D and 2D game engine written in Rust
https://fyrox.rs
MIT License
7.64k stars 343 forks source link

Save and load docking manager state #387

Closed mrDIMAS closed 1 year ago

mrDIMAS commented 1 year ago

Docking manager widget should have an ability to save and load the state of its windows. It is important for the editor, so users don't have to re-configure panels in the docking manager in the editor every time they restart it.

mrDIMAS commented 1 year ago

This is done.