bevy/crates/bevy_reflect/src
2023-03-08 22:27:54 +00:00
..
enums Use derive for default impl of DynamicVariant (#7986) 2023-03-08 22:27:54 +00:00
impls impl Reflect for std::collections::HashMap instead of only bevy::utils::HashMap (#7739) (#7782) 2023-02-27 21:37:36 +00:00
serde Fix beta clippy lints (#7154) 2023-01-11 09:51:22 +00:00
array.rs bevy_reflect: Improved documentation (#7148) 2023-02-18 20:42:01 +00:00
fields.rs bevy_reflect: Reflect doc comments (#6234) 2022-10-18 13:49:57 +00:00
from_reflect.rs bevy_reflect: Improved documentation (#7148) 2023-02-18 20:42:01 +00:00
lib.rs bevy_reflect: Improved documentation (#7148) 2023-02-18 20:42:01 +00:00
list.rs bevy_reflect: Improved documentation (#7148) 2023-02-18 20:42:01 +00:00
map.rs bevy_reflect: Improved documentation (#7148) 2023-02-18 20:42:01 +00:00
path.rs bevy_reflect: Support tuple reflection paths (#7324) 2023-02-06 21:22:45 +00:00
reflect.rs bevy_reflect: Improved documentation (#7148) 2023-02-18 20:42:01 +00:00
std_traits.rs fix nightly clippy warnings (#6395) 2022-10-28 21:03:01 +00:00
struct_trait.rs bevy_reflect: Improved documentation (#7148) 2023-02-18 20:42:01 +00:00
tuple.rs bevy_reflect: Improved documentation (#7148) 2023-02-18 20:42:01 +00:00
tuple_struct.rs bevy_reflect: Improved documentation (#7148) 2023-02-18 20:42:01 +00:00
type_info.rs bevy_reflect: Improved documentation (#7148) 2023-02-18 20:42:01 +00:00
type_registry.rs bevy_reflect: Add missing primitive registrations (#7815) 2023-02-25 21:51:06 +00:00
type_uuid.rs implement TypeUuid for primitives and fix multiple-parameter generics having the same TypeUuid (#6633) 2023-02-16 17:09:44 +00:00
type_uuid_impl.rs implement TypeUuid for primitives and fix multiple-parameter generics having the same TypeUuid (#6633) 2023-02-16 17:09:44 +00:00
utility.rs Use a fixed state hasher in bevy_reflect for deterministic Reflect::reflect_hash() across processes (#7583) 2023-02-17 15:37:35 +00:00