FyroxEngine / Fyrox

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

Editor commands refactoring to use dynamic dispatch #602

Closed mrDIMAS closed 7 months ago

mrDIMAS commented 7 months ago

This PR switches command to dynamic dispatch. This significantly reduces code bloat and allows to create universal commands easily.