bevy/crates/bevy_ecs/src/identifier
Gonçalo Rica Pais da Silva 36f2542f63
feat: Reflection implementations on Identifier (#13648)
# Objective

- Follow-up on some changes in #11498
- Unblock using `Identifier` to replace `ComponentId` internals.

## Solution

- Implement the same `Reflect` impls from `Entity` onto `Identifier` as
they share same/similar purposes,

## Testing

- No compile errors. Currently `Identifier` has no serialization impls,
so there's no need to test a serialization/deserialization roundtrip to
ensure correctness.

---

## Changelog

### Added

- Reflection implementations on `Identifier`.
2024-06-03 16:33:14 +00:00
..
error.rs fix some typos (#12038) 2024-02-22 18:55:22 +00:00
kinds.rs Unified identifer for entities & relations (#9797) 2024-01-13 01:09:32 +00:00
masks.rs fix some typos (#12038) 2024-02-22 18:55:22 +00:00
mod.rs feat: Reflection implementations on Identifier (#13648) 2024-06-03 16:33:14 +00:00