Crates.io | bevy_picking_tilemap |
lib.rs | bevy_picking_tilemap |
version | 0.14.0 |
source | src |
created_at | 2024-07-19 23:12:08.998558 |
updated_at | 2024-07-19 23:12:08.998558 |
description | bevy_mod_picking support for bevy_ecs_tilemap |
homepage | |
repository | https://github.com/zacryol/bevy_picking_tilemap |
max_upload_size | |
id | 1309134 |
size | 154,102 |
bevy_picking_tilemap
Provides a bevy_mod_picking
backend to add
integration with bevy_ecs_tilemap
, enabling individual
Tile entities to receive the picking events.
In addition to the plugins for the other two crates, simply add the TilemapBackend
to the App. Then, any entity with the TileBundle
should be able to receive picking events.