Rename ArchetypeEntity::entity
into ArchetypeEntity::id
#11050
Labels
A-ECS
Entities, components, systems, and events
C-Usability
A targeted quality-of-life change that makes Bevy easier to use
D-Trivial
Nice and easy! A great choice to get started with Bevy
M-Needs-Migration-Guide
A breaking change to Bevy's public API that needs to be noted in a migration guide
What problem does this solve or what need does it fill?
We have
EntityWorldMut
,EntityMut
andEntityRef
with method calledid
that returnsEntity
.But it's inconsistent with
ArchetypeEntity::entity
.What solution would you like?
I would suggest to rename
ArchetypeEntity::entity
intoArchetypeEntity::id
.The text was updated successfully, but these errors were encountered: