bevy/crates/bevy_reflect/src
Brezak 9c4ac7c297
Finish the work on try_apply (#12646)
# Objective

Finish the `try_apply` implementation started in #6770 by @feyokorenhof.
Supersedes and closes #6770. Closes #6182

## Solution

Add `try_apply` to `Reflect` and implement it in all the places that
implement `Reflect`.

---

## Changelog

Added `try_apply` to `Reflect`.

---------

Co-authored-by: Feyo Korenhof <feyokorenhof@gmail.com>
Co-authored-by: Gino Valente <49806985+MrGVSV@users.noreply.github.com>
2024-05-08 14:26:01 +00:00
..
enums Finish the work on try_apply (#12646) 2024-05-08 14:26:01 +00:00
impls Finish the work on try_apply (#12646) 2024-05-08 14:26:01 +00:00
path Fix uses of "it's" vs "its". (#13033) 2024-04-19 18:17:31 +00:00
serde bevy_reflect: Rename UntypedReflectDeserializer to ReflectDeserializer (#12721) 2024-03-26 19:58:29 +00:00
array.rs Finish the work on try_apply (#12646) 2024-05-08 14:26:01 +00:00
fields.rs reflect: TypePath part 2 (#8768) 2023-10-09 19:33:03 +00:00
from_reflect.rs reflect: TypePath part 2 (#8768) 2023-10-09 19:33:03 +00:00
lib.rs Finish the work on try_apply (#12646) 2024-05-08 14:26:01 +00:00
list.rs Finish the work on try_apply (#12646) 2024-05-08 14:26:01 +00:00
map.rs Finish the work on try_apply (#12646) 2024-05-08 14:26:01 +00:00
reflect.rs Finish the work on try_apply (#12646) 2024-05-08 14:26:01 +00:00
std_traits.rs fix nightly clippy warnings (#6395) 2022-10-28 21:03:01 +00:00
struct_trait.rs Finish the work on try_apply (#12646) 2024-05-08 14:26:01 +00:00
tuple.rs Finish the work on try_apply (#12646) 2024-05-08 14:26:01 +00:00
tuple_struct.rs Finish the work on try_apply (#12646) 2024-05-08 14:26:01 +00:00
type_info.rs Finish the work on try_apply (#12646) 2024-05-08 14:26:01 +00:00
type_path.rs Finish the work on try_apply (#12646) 2024-05-08 14:26:01 +00:00
type_registry.rs iter_with_data (#13102) 2024-04-26 02:09:34 +00:00
utility.rs Finish the work on try_apply (#12646) 2024-05-08 14:26:01 +00:00