FyroxEngine / Fyrox

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

Use simple `#[inspect(deref)]` #338

Closed toyboot4e closed 2 years ago

toyboot4e commented 2 years ago

This PR results in lots of:

-    #[inspect(getter = "Deref::deref")]
+    #[inspect(deref)]
     #[reflect(deref)]
     visibility: TemplateVariable<bool>,

Changes: