|
tess 0.4.0
Performance-first tile and path simulation substrate
|
#include <tess/ecs/entt/entt_adapter.h>
Public Member Functions | |
| EnttTilePositionAdapter (entt::registry ®istry) noexcept | |
| auto | position (entt::entity entity) const -> Coord3 |
| void | set_position (entt::entity entity, Coord3 coord) |
Position adapter backed by the shared EnTT TilePosition component.