Version: Unity 6 Preview (6000.0)
LanguageEnglish
  • C#

Tilemap.HasTile

Declaration

public bool HasTile(Vector3Int position);

Parameters

position Position to check.

Returns

bool Returns true if there is a Tile at the position. Returns false otherwise.

Description

Returns whether there is a Tile at the position.