Cell
Cell(Map, Vector2Int, Tile)
Description
Initializes a new instance of the Cell class.
Parameters
Parameter Name | Description |
---|---|
map | Map |
position | Position. |
tile | Tile. |
Cell(Map, Cell)
Description
Copy and initialize an existing Cell instance.
Parameters
Parameter Name | Description |
---|---|
map | Map |
cell | Source cell |