FyroxEngine / Fyrox

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

Use registered property editors to generate editors for collection items (`Vec<T>` + `[T; N]`) #518

Closed mrDIMAS closed 1 year ago

mrDIMAS commented 1 year ago

This PR fixes #357 .