bevy/crates/bevy_ecs/src/reflect
Benjamin Brienen f005a96dd4
ReflectBundle::remove improvement (#16139)
# Objective

Fixes #15676

## Solution

`remove` returns the removed item

Add `take`

## Testing

None yet

## Migration Guide

If you don't need the returned value from `remove`, discard it.
2024-10-28 22:29:05 +00:00
..
bundle.rs ReflectBundle::remove improvement (#16139) 2024-10-28 22:29:05 +00:00
component.rs Allow registering of resources via ReflectResource / ReflectComponent (#15496) 2024-09-28 20:49:53 +00:00
entity_commands.rs Allow World::entity family of functions to take multiple entities and get multiple references back (#15614) 2024-10-07 15:21:40 +00:00
from_world.rs fix some typos (#12038) 2024-02-22 18:55:22 +00:00
map_entities.rs Fix some duplicate words in docs/comments (#15980) 2024-10-20 01:03:27 +00:00
mod.rs Change ReflectMapEntities to operate on components before insertion (#15422) 2024-10-01 18:34:09 +00:00
resource.rs Allow registering of resources via ReflectResource / ReflectComponent (#15496) 2024-09-28 20:49:53 +00:00
visit_entities.rs Add VisitEntities for generic and reflectable Entity iteration (#15425) 2024-09-30 17:32:03 +00:00