bevy/crates/bevy_reflect/src
dataphract f073b2d7f3 document more of bevy_reflect (#3655)
This adds documentation for:

- The trait methods of `Reflect` and its subtraits
- The `partial_eq` and `apply` functions for `Map` et al.
- `DynamicList` and `DynamicMap`
- `TypeRegistry` and related types & traits
- `GetPath`, including an explanation of path string syntax

among other things.

Still to be documented are the various macros and `bevy_reflect::serde`.
2022-01-14 19:09:44 +00:00
..
impls Implement ReflectValue serialization for Duration (#3318) 2021-12-29 21:04:26 +00:00
serde Avoid some format! into immediate format! (#2913) 2021-10-06 18:34:33 +00:00
lib.rs Add FromReflect trait to convert dynamic types to concrete types (#1395) 2021-12-26 18:49:01 +00:00
list.rs document more of bevy_reflect (#3655) 2022-01-14 19:09:44 +00:00
map.rs document more of bevy_reflect (#3655) 2022-01-14 19:09:44 +00:00
path.rs document more of bevy_reflect (#3655) 2022-01-14 19:09:44 +00:00
reflect.rs document more of bevy_reflect (#3655) 2022-01-14 19:09:44 +00:00
struct_trait.rs document more of bevy_reflect (#3655) 2022-01-14 19:09:44 +00:00
tuple.rs document more of bevy_reflect (#3655) 2022-01-14 19:09:44 +00:00
tuple_struct.rs document more of bevy_reflect (#3655) 2022-01-14 19:09:44 +00:00
type_registry.rs document more of bevy_reflect (#3655) 2022-01-14 19:09:44 +00:00
type_uuid.rs document more of bevy_reflect (#3655) 2022-01-14 19:09:44 +00:00