public bool ContainsTile (Tilemaps.TileBase tileAsset);

파라미터

tileAssetTile to check.

반환

bool Whether the Tilemap contains the tile.

설명

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