bevy_ecs

Module name

Source
Expand description

Provides the Name Component, used for identifying an Entity.

Structsยง

  • Component used to identify an entity. Stores a hash for faster comparisons.
  • Convenient query for giving a human friendly name to an entity.
  • Automatically generated WorldQuery item type for NameOrEntity, returned when iterating over query results.