Module bevy_mod_index::index
source · Expand description
Main index logic.
Structs§
- A
SystemParam
that allows you to lookupComponent
s that match a certain value.
Enums§
- Error returned by
Index::lookup_single
if there is not exactly one Entity with the requested value.
Traits§
- Implement this trait on your own types to specify how an
Index
should behave.