Enum entity
Description
Default entity identifier.
Values
No enum valuesMentioned in
- Entity Component System / Vademecum
- Entity Component System / The Registry, the Entity and the Component
- Entity Component System / Observe changes
- Entity Component System / Sorting: is it possible?
- Entity Component System / Null entity
- Entity Component System / Handle
- Entity Component System / Continuous loader
- Entity Component System / Archives
- Entity Component System / Empty type optimization
- Frequently Asked Questions / How can I represent hierarchies with my components?
- Frequently Asked Questions / Custom entity identifiers: yay or nay?
Source
Lines 60-60 in src/entt/entity/fwd.hpp.
enum class entity: id_type {};