bevy/crates/bevy_reflect/src
Gino Valente 3c2ac3651f bevy_reflect: Update Reflection documentation (#5841)
# Objective

The documentation on `Reflect` doesn't account for the recently added reflection traits: [`Array`](https://github.com/bevyengine/bevy/pull/4701) and [`Enum`](https://github.com/bevyengine/bevy/pull/4761).

## Solution

Updated the documentation for `Reflect` to account for the `Array` and `Enum`.


Co-authored-by: Gino Valente <49806985+MrGVSV@users.noreply.github.com>
2022-09-02 16:17:45 +00:00
..
enums bevy_reflect: Reflect enums (#4761) 2022-08-02 22:14:41 +00:00
impls Move sprite::Rect into bevy_math (#5686) 2022-09-02 12:35:23 +00:00
serde bevy_reflect: Reflect enums (#4761) 2022-08-02 22:14:41 +00:00
array.rs bevy_reflect: Get owned fields (#5728) 2022-08-30 21:20:58 +00:00
fields.rs bevy_reflect: Add statically available type info for reflected types (#4042) 2022-06-09 21:18:15 +00:00
lib.rs Move sprite::Rect into bevy_math (#5686) 2022-09-02 12:35:23 +00:00
list.rs bevy_reflect: Get owned fields (#5728) 2022-08-30 21:20:58 +00:00
map.rs bevy_reflect: Get owned fields (#5728) 2022-08-30 21:20:58 +00:00
path.rs add some info from ReflectPathError to the error messages (#5626) 2022-08-09 16:53:28 +00:00
reflect.rs bevy_reflect: Update Reflection documentation (#5841) 2022-09-02 16:17:45 +00:00
std_traits.rs add #[reflect(Default)] to create default value for reflected types (#3733) 2022-05-03 19:20:13 +00:00
struct_trait.rs bevy_reflect: Reflect enums (#4761) 2022-08-02 22:14:41 +00:00
tuple_struct.rs Make reflect_partial_eq return more accurate results (#5210) 2022-07-05 17:41:54 +00:00
tuple.rs bevy_reflect: Get owned fields (#5728) 2022-08-30 21:20:58 +00:00
type_info.rs bevy_reflect: Reflect enums (#4761) 2022-08-02 22:14:41 +00:00
type_registry.rs remove blanket Serialize + Deserialize requirement for Reflect on generic types (#5197) 2022-07-21 14:57:37 +00:00
type_uuid.rs re-enable #[derive(TypeUuid)] for generics (#4118) 2022-04-26 19:41:25 +00:00
utility.rs Make Reflect safe to implement (#5010) 2022-06-27 16:52:25 +00:00