Cell

Cell(Map, Vector2Int, Tile)

public Cell(Map map, Vector2Int position, Tile tile) ;

Description

Initializes a new instance of the Cell class.

Parameters

Parameter Name Description
map Map
position Position.
tile Tile.

Cell(Map, Cell)

public Cell(Map map, Cell cell) ;

Description

Copy and initialize an existing Cell instance.

Parameters

Parameter Name Description
map Map
cell Source cell