pub type TileSetAutoValueMap = AutoPatternValueMap<PatternBits, TileDefinitionHandle>;Expand description
A mapping from auto-tiler patterns to tile handles. Multiple tiles may share the same pattern, and each tile is given a frequency value that controls the probability of randomly selecting that tile when its pattern is chosen.
Aliased Typeยง
pub struct TileSetAutoValueMap { /* private fields */ }