bevy_ecs::entity

Module index_set

Source
Expand description

Contains the EntityIndexSet type, a IndexSet pre-configured to use EntityHash hashing.

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

Structs§