FyroxEngine / Fyrox

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

Add support for `min`, `max`, `step` parameters from PropertyInfo in VectorN property editors #377

Closed mrDIMAS closed 1 year ago

mrDIMAS commented 1 year ago

Currently, there is no support for such parameters which adds a room for invalid values which could cause panic in the engine.