Methods on Entity
should be const
#6548
Labels
A-ECS
Entities, components, systems, and events
C-Testing
A change that impacts how we test Bevy or how users test their apps
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
These methods are useful for tests, but are not
const
.This makes it harder to create dummy entities to use to populate data structures.
The text was updated successfully, but these errors were encountered: