Legacy Documentation: Version 2017.2 (Go to current version)
LanguageEnglish
  • C#
  • JS

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

Tilemap.GetUsedTilesNonAlloc

Suggest a change

Success!

Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.

Close

Submission failed

For some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.

Close

Cancel

public method GetUsedTilesNonAlloc(usedTiles: TileBase[]): int;
public int GetUsedTilesNonAlloc(TileBase[] usedTiles);

Parameters

usedTiles The array to be filled.

Returns

int The number of tiles filled.

Description

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 tile map, this will try to fill the array as much as possible.

Did you find this page useful? Please give it a rating: