bevy/crates/bevy_reflect/derive
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
..
src Finish the work on try_apply (#12646) 2024-05-08 14:26:01 +00:00
Cargo.toml Rename bevy_reflect_derive folder to derive (#13269) 2024-05-07 07:55:32 +00:00