mirror of
https://github.com/bevyengine/bevy
synced 2025-01-23 10:25:13 +00:00
ee2487a6e2
# Objective Fixes #13933. ## Solution Changed the return type. ## Testing Fixed and reused the pre-existing tests for `inspect_entity`. --- ## Migration Guide - `World::inspect_entity` now returns an `Iterator` instead of a `Vec`. If you need a `Vec`, immediately collect the iterator: `world.inspect_entity(entity).collect<Vec<_>>()` |
||
---|---|---|
.. | ||
commands | ||
adapter_system.rs | ||
builder.rs | ||
combinator.rs | ||
exclusive_function_system.rs | ||
exclusive_system_param.rs | ||
function_system.rs | ||
mod.rs | ||
observer_system.rs | ||
query.rs | ||
system.rs | ||
system_name.rs | ||
system_param.rs | ||
system_registry.rs |