Method RemoveTile
RemoveTile(int)
Removes a Tiles at the provided idx
from the view. Returns the removed tile
or null if already empty.
public Tile? RemoveTile(int idx)
Parameters
idx
int
Removes a Tiles at the provided idx
from the view. Returns the removed tile
or null if already empty.
public Tile? RemoveTile(int idx)
idx
int