[]
Changes the current tile, given the new coordinates.
<p>This method resets the 'subbTrees' array, and recalculates the
values of the 'reversible' array. It also resets the decomposed
component buffers.</p>
public override void setTile(int x, int y)
Type | Name | Description |
---|---|---|
int | x | The horizontal coordinate of the tile. |
int | y | The vertical coordinate of the new tile. |