bevy_ecs::entity

Module hash_map

Source
Expand description

Contains the EntityHashMap type, a HashMap pre-configured to use EntityHash hashing.

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

Structs§