FyroxEngine / Fyrox

3D and 2D game engine written in Rust

Home Page:https://fyrox.rs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Move interaction modes panel to the toolbar

mrDIMAS opened this issue · comments

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.