Version: 2017.2

Tilemap.AddTileFlags

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

Parámetros

position Position 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.