GetCell

GetCell(int)

public Cell GetCell(int index) ;

Description

Get the Cell from the index .

Parameters

Parameter Name Description
index index

Returns

Cell

GetCell(Vector2Int)

public Cell GetCell(Vector2Int pos) ;

Description

Gets the Cell.

Parameters

Parameter Name Description
pos Position.

Returns

The Cell.The return value may be null if it does not exist.