bevy/crates/bevy_reflect/src
dataphract 4b4dbb021f document Struct, TupleStruct and Tuple (#3081)
# Objective

These traits are undocumented on `main`.

## Solution

Now they have docs! Included are examples for each trait and their corresponding `GetTypeField` trait. The docs also mention that `#[derive(Reflect)]` will automatically derive the correct subtrait on structs and tuple structs.
2022-01-08 20:45:24 +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 Fix doc_markdown lints in bevy_reflect (#3478) 2021-12-29 17:38:12 +00:00
map.rs Fix doc_markdown lints in bevy_reflect (#3478) 2021-12-29 17:38:12 +00:00
path.rs Add FromReflect trait to convert dynamic types to concrete types (#1395) 2021-12-26 18:49:01 +00:00
reflect.rs document Struct, TupleStruct and Tuple (#3081) 2022-01-08 20:45:24 +00:00
struct_trait.rs document Struct, TupleStruct and Tuple (#3081) 2022-01-08 20:45:24 +00:00
tuple_struct.rs document Struct, TupleStruct and Tuple (#3081) 2022-01-08 20:45:24 +00:00
tuple.rs document Struct, TupleStruct and Tuple (#3081) 2022-01-08 20:45:24 +00:00
type_registry.rs Fix doc_markdown lints in bevy_reflect (#3478) 2021-12-29 17:38:12 +00:00
type_uuid.rs revert supporting generics for deriving TypeUuid (#2204) 2021-05-17 20:28:50 +00:00