Type Alias bevy_ecs::entity::EntityHashSet
source · pub type EntityHashSet = HashSet<Entity, EntityHash>;
Expand description
A HashSet
pre-configured to use EntityHash
hashing.
Aliased Type§
struct EntityHashSet { /* private fields */ }