|
tess 0.4.0
Performance-first tile and path simulation substrate
|
#include <tess/ecs/entt/entt_adapter.h>
Public Types | |
| using | entity_type = entt::entity |
Static Public Member Functions | |
| static auto | to_handle (entt::entity entity) noexcept -> EntityHandle |
| static auto | to_entity (EntityHandle handle) noexcept -> entt::entity |
Lossless conversion between entt::entity and EntityHandle.
The native null representation is mapped explicitly rather than through its integral value.