LanguageEnglish
  • C#
  • JS

Script language

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

This version of Unity is unsupported.

Tilemap.ContainsTile

public bool ContainsTile(Tilemaps.TileBase tileAsset);

Parameters

tileAssetTile to check.

Returns

bool Whether the Tilemap contains the tile.

Description

Returns true if the Tilemap contains the given tile. Returns false if not.