public bool ContainsTile (Tilemaps.TileBase tileAsset);

Parámetros

tileAssetTile to check.

Valor de retorno

bool Whether the Tilemap contains the tile.

Descripción

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