Trait twmap::map_edit::ZeroUnusedTileParts[][src]

pub trait ZeroUnusedTileParts: AnyTile {
    fn zero_unused_tile_parts(&mut self) -> usize { ... }
}

Provided methods

Unused as in ‘not editable by common tools’

Implementors