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

パラメーター

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

説明

Adds the TileFlags onto the Tile at the given position.