public void SetTileFlags (Vector3Int position, Tilemaps.TileFlags flags);

Parámetros

positionPosition of the Tile on the Tilemap.
flags TileFlags to add onto the Tile.

Descripción

Sets the TileFlags onto the Tile at the given position.