[][src]Type Definition bevy_tilemap::tile::Tiles

type Tiles = HashMap<(i32, i32, i32), Tile>;

A hash map type to use for setting tiles.