TilemapLayer.GetTile(int, int) Method
Definition¶
Namespace: Brine2D.Tilemap
Gets a tile at the specified position.
public Brine2D.Tilemap.Tile GetTile(int x, int y);
Namespace: Brine2D.Tilemap
Gets a tile at the specified position.
public Brine2D.Tilemap.Tile GetTile(int x, int y);