Type Alias simple_tilemap::TileId
source · pub type TileId = u32;Expand description
Id of a tile in a tileset. Tiles in a tileset are counted left-to-right then top-to-bottom.
pub type TileId = u32;Id of a tile in a tileset. Tiles in a tileset are counted left-to-right then top-to-bottom.