bevy/crates/bevy_scene/src
Vic 8723096d57 reexport entity set collections in entity module (#18413)
# Objective

Unlike for their helper typers, the import paths for
`unique_array::UniqueEntityArray`, `unique_slice::UniqueEntitySlice`,
`unique_vec::UniqueEntityVec`, `hash_set::EntityHashSet`,
`hash_map::EntityHashMap`, `index_set::EntityIndexSet`,
`index_map::EntityIndexMap` are quite redundant.

When looking at the structure of `hashbrown`, we can also see that while
both `HashSet` and `HashMap` have their own modules, the main types
themselves are re-exported to the crate level.

## Solution

Re-export the types in their shared `entity` parent module, and simplify
the imports where they're used.
2025-03-30 10:24:00 +02:00
..
components.rs bevy_reflect: Add clone registrations project-wide (#18307) 2025-03-17 18:32:35 +00:00
dynamic_scene_builder.rs FilteredResource returns a Result instead of a simple Option (#18265) 2025-03-17 18:54:13 +00:00
dynamic_scene.rs reexport entity set collections in entity module (#18413) 2025-03-30 10:24:00 +02:00
lib.rs Properly gate imports in bevy_scene (#18482) 2025-03-24 00:09:30 +01:00
reflect_utils.rs bevy_reflect: Deprecate PartialReflect::clone_value (#18284) 2025-03-14 19:33:57 +00:00
scene_filter.rs Move hashbrown and foldhash out of bevy_utils (#17460) 2025-01-23 16:46:08 +00:00
scene_loader.rs Properly gate imports in bevy_scene (#18482) 2025-03-24 00:09:30 +01:00
scene_spawner.rs reexport entity set collections in entity module (#18413) 2025-03-30 10:24:00 +02:00
scene.rs reexport entity set collections in entity module (#18413) 2025-03-30 10:24:00 +02:00
serde.rs reexport entity set collections in entity module (#18413) 2025-03-30 10:24:00 +02:00