addClash method
Adds a potential clashing renderinfo. Clashes will be sorted out and the non-clashing elements will be rendered into the tile
Implementation
void addClash(RenderInfo element) {
_clashingInfoCollection.renderInfos.add(element);
}
Adds a potential clashing renderinfo. Clashes will be sorted out and the non-clashing elements will be rendered into the tile
void addClash(RenderInfo element) {
_clashingInfoCollection.renderInfos.add(element);
}