Version: 2021.3

Tilemap.GetUsedTilesNonAlloc

切换到手册
public int GetUsedTilesNonAlloc (TileBase[] usedTiles);

参数

usedTiles 要填充的数组。

返回

int The number of Tiles filled.

描述

Fills the given array with the total number of different Tiles used in the Tilemap and returns the number of Tiles filled.

If the size of the given array is less than the total number of Tiles used in the Tilemap, this will try to fill the array as much as possible. Refer to Scriptable Tiles and Tilemap for more information.