This version of Unity is unsupported.

Tilemap.HasTile

Declaration

public bool HasTile(Vector3Int position);

Parameters

position Position to check.

Returns

bool True if there is a tile at the position. False if not.

Description

Returns whether there is a tile at the position.