MapLayer
Properties
Functions
Link copied to clipboard
Returns a set of all cells in this layer. There is no guarantee that the cells are ordered in any way. If you need an ordered list/grid of cells, use getCellsAsGrid.
Link copied to clipboard
Returns a list of all cells in this layer as a grid. The grid is a list of rows, where each row is a list of cells. The cells are ordered by their x and y coordinates.