bevy/crates/bevy_reflect/bevy_reflect_derive/src
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
..
impls Reflect now requires DynamicTypePath. Remove Reflect::get_type_path() (#8764) 2023-06-06 17:23:58 +00:00
container_attributes.rs update syn, encase, glam and hexasphere (#8573) 2023-05-16 01:24:17 +00:00
derive_data.rs reflect: stable type path v2 (#7184) 2023-06-05 20:31:20 +00:00
documentation.rs update syn, encase, glam and hexasphere (#8573) 2023-05-16 01:24:17 +00:00
enum_utility.rs bevy_reflect: Allow #[reflect(default)] on enum variant fields (#8514) 2023-05-29 15:29:29 +00:00
field_attributes.rs update syn, encase, glam and hexasphere (#8573) 2023-05-16 01:24:17 +00:00
fq_std.rs Enable deriving Reflect on structs with generic types (#7364) 2023-01-28 00:12:06 +00:00
from_reflect.rs reflect: stable type path v2 (#7184) 2023-06-05 20:31:20 +00:00
lib.rs reflect: stable type path v2 (#7184) 2023-06-05 20:31:20 +00:00
reflect_value.rs reflect: stable type path v2 (#7184) 2023-06-05 20:31:20 +00:00
registration.rs reflect: stable type path v2 (#7184) 2023-06-05 20:31:20 +00:00
trait_reflection.rs Fix beta clippy lints (#7154) 2023-01-11 09:51:22 +00:00
type_path.rs reflect: stable type path v2 (#7184) 2023-06-05 20:31:20 +00:00
type_uuid.rs update syn, encase, glam and hexasphere (#8573) 2023-05-16 01:24:17 +00:00
utility.rs bevy_reflect: Disambiguate type bounds in where clauses. (#8761) 2023-06-05 22:47:08 +00:00