bevy/crates/bevy_reflect/src
Jonas Matser a7308155ee Make TypeRegistration::get_short_name() pub (#1571)
This would allow for example `bevy_mod_debugdump` to use it, instead of custom typename shortening.
2021-03-07 19:50:18 +00:00
..
impls ♻️ Timer refactor to duration. Add Stopwatch struct. (#1151) 2021-03-05 19:59:14 +00:00
serde Implement Reflect for tuples up to length 12 (#1218) 2021-01-07 19:50:09 -08:00
lib.rs Bevy ECS V2 (#1525) 2021-03-05 07:54:35 +00:00
list.rs fix rustdoc warnings (#1437) 2021-02-22 03:59:35 +00:00
map.rs Fix Reflect serialization of tuple structs (#1366) 2021-02-02 13:57:26 -08:00
path.rs Xtask CI (#1387) 2021-02-22 08:42:19 +00:00
reflect.rs Made ReflectMut::Tuple enum variant use a mutable reference (#1226) 2021-01-08 18:29:03 -08:00
struct_trait.rs Fix errors and panics to typical Rust conventions (#968) 2020-12-02 11:31:16 -08:00
tuple_struct.rs Fix Reflect serialization of tuple structs (#1366) 2021-02-02 13:57:26 -08:00
tuple.rs Fix Reflect serialization of tuple structs (#1366) 2021-02-02 13:57:26 -08:00
type_registry.rs Make TypeRegistration::get_short_name() pub (#1571) 2021-03-07 19:50:18 +00:00
type_uuid.rs Bevy Reflection (#926) 2020-11-27 16:39:59 -08:00