bevy/crates/bevy_reflect/src/impls
Carter Anderson 8b9d88f4d0
Reflect now requires DynamicTypePath. Remove Reflect::get_type_path() (#8764)
Followup to #7184

This makes `Reflect: DynamicTypePath` which allows us to remove
`Reflect::get_type_path`, reducing unnecessary codegen and simplifying
`Reflect` implementations.
2023-06-06 17:23:58 +00:00
..
glam.rs reflect: stable type path v2 (#7184) 2023-06-05 20:31:20 +00:00
rect.rs reflect: stable type path v2 (#7184) 2023-06-05 20:31:20 +00:00
smallvec.rs Reflect now requires DynamicTypePath. Remove Reflect::get_type_path() (#8764) 2023-06-06 17:23:58 +00:00
std.rs Reflect now requires DynamicTypePath. Remove Reflect::get_type_path() (#8764) 2023-06-06 17:23:58 +00:00