FyroxEngine / Fyrox

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

Move interaction modes panel to the toolbar #584

Closed mrDIMAS closed 3 months ago

mrDIMAS commented 5 months ago

Interaction modes panel should be moved to the toolbar, because it gets in the way when editing UI scenes.

toolbar

Start at editor/src/scene_viewer/mod.rs. Interaction modes are created on interaction_mode_panel and this panel should be attached to the top_ribbon instead. The panel also should have horizontal orientation.