Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add into_world_mut to EntityMut (bevyengine#5586)
# Objective Provide a safe API to access an `EntityMut`'s `World`. ## Solution * Add `EntityMut::into_world_mut` for safe access to the entity's world. --- ## Changelog * Add `EntityMut::into_world_mut` for safe access to the entity's world.
- Loading branch information