pub type TileSetTerrainPatternMap = AutoTerrainPatternMap<TileTerrainId, PatternBits>;Expand description
A terrain pattern map for tile map auto-tiler, using the fields of a nine-slice tile set property for the terrain types and the patterns.
Aliased Typeยง
pub struct TileSetTerrainPatternMap { /* private fields */ }