mirror of
https://github.com/bevyengine/bevy
synced 2025-01-23 10:25:13 +00:00
36f2542f63
# 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`. |
||
---|---|---|
.. | ||
error.rs | ||
kinds.rs | ||
masks.rs | ||
mod.rs |