bevy/crates/bevy_reflect/src/impls
James Liu 95bc99fd37 Implement Reflect for missing Vec* types (#4028)
# Objective
`Vec3A` is does not implement `Reflect`. This is generally useful for `Reflect` derives using `Vec3A` fields, and may speed up some animation blending use cases.

## Solution
Extend the existing macro uses to include `Vec3A`.
2022-02-24 08:12:27 +00:00
..
glam.rs Implement Reflect for missing Vec* types (#4028) 2022-02-24 08:12:27 +00:00
smallvec.rs Add FromReflect trait to convert dynamic types to concrete types (#1395) 2021-12-26 18:49:01 +00:00
std.rs Proper prehashing (#3963) 2022-02-18 03:26:01 +00:00