Type Alias TileZXY

Source
pub type TileZXY = (u8, u32, u32);
Expand description

Tile coordinate in (z, x, y) format.