bevy_ecs::entity

Module hash_set

Source
Expand description

Contains the EntityHashSet type, a HashSet pre-configured to use EntityHash hashing.

This module is a lightweight wrapper around Bevy’s HashSet that is more performant for Entity keys.

Structs§