addClash method

void addClash(
  1. RenderInfo<Renderinstruction> element
)

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);
}