jakobhellermann / bevy-inspector-egui

Inspector plugin for the bevy game engine
Apache License 2.0
1.19k stars 173 forks source link

Add Impl for UVecs? #26

Closed jguhlin closed 3 years ago

jguhlin commented 3 years ago

Per title. Happy to do it if you are good with a PR.

Cheers, --Joseph

jakobhellermann commented 3 years ago

A PR would be appreciated. You can probably just do it like the Vec4 impl here: https://github.com/jakobhellermann/bevy-inspector-egui/blob/2a7a0c1f64fd311955d14b8384a42738d38debb8/src/impls/vec.rs#L168

jakobhellermann commented 3 years ago

Done: https://github.com/jakobhellermann/bevy-inspector-egui/commit/4c2e505d350a61f69c07d3e928a04fa48a865af4