bevy_picking_tilemap

Crates.iobevy_picking_tilemap
lib.rsbevy_picking_tilemap
version0.14.0
sourcesrc
created_at2024-07-19 23:12:08.998558
updated_at2024-07-19 23:12:08.998558
descriptionbevy_mod_picking support for bevy_ecs_tilemap
homepage
repositoryhttps://github.com/zacryol/bevy_picking_tilemap
max_upload_size
id1309134
size154,102
(zacryol)

documentation

README

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.

How to use

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.

Commit count: 0

cargo fmt