|
Engine²
Open-source game engine written in C++.
|
Specialization of entt::entt_traits for Engine::Id, allowing it to be used as an entity identifier type in EnTT's ECS system. This specialization defines the necessary traits for Engine::Id to be recognized as a valid identifier type by EnTT, enabling its use in components, systems, and other EnTT features that rely on entity identifiers. More...
#include <Id.hpp>
Public Types | |
| using | value_type = Engine::Id |
Specialization of entt::entt_traits for Engine::Id, allowing it to be used as an entity identifier type in EnTT's ECS system. This specialization defines the necessary traits for Engine::Id to be recognized as a valid identifier type by EnTT, enabling its use in components, systems, and other EnTT features that rely on entity identifiers.
| using entt::entt_traits< Engine::Id >::value_type = Engine::Id |