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

Parámetros

positionPosition of the Tile on the Tilemap.
flags TileFlags to add (with bitwise or) onto the flags provided by Tile.TileBase.

Descripción

Adds the TileFlags onto the Tile at the given position.