bevy_ecs::entity

Module index_map

Source
Expand description

Contains the EntityIndexMap type, an IndexMap pre-configured to use EntityHash hashing.

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

Structs§