Skip to main content

Module name

Module name 

Source
Expand description

Provides the Name Component, used for identifying an Entity.

Structs§

HashedStr
A wrapper over Hashed. This exists to make Name(“value”.into()) possible, which plays nicely with contexts like the bsn! macro.
Name
Component used to identify an entity. Stores a hash for faster comparisons.
NameOrEntity
Convenient query for giving a human friendly name to an entity.
NameOrEntityItem
Automatically generated WorldQuery item type for NameOrEntity, returned when iterating over query results.