# RemoveTileFlags(Vector3Int, TileFlags)

> Removes the TileFlags from the Tile at the given position.

## Definition

* **Type:** Method
* **Namespace:** [UnityEngine.Tilemaps](/engine/6000.0/script-reference/unityengine/tilemaps.md)
* **Assembly:** UnityEngine.TilemapModule

```csharp
public void RemoveTileFlags(Vector3Int position, TileFlags flags)
```

### Parameters

**** (\[Vector3Int]\(/engine/6000.0/script-reference/unityengine/vector3int)): Position of the Tile on the [Tilemap](/engine/6000.0/script-reference/unityengine/tilemaps/tilemap.md).**** (\[TileFlags]\(/engine/6000.0/script-reference/unityengine/tilemaps/tileflags)): [TileFlags](/engine/6000.0/script-reference/unityengine/tilemaps/tileflags.md) to remove from the [Tile](/engine/6000.0/script-reference/unityengine/wsa/tile.md).
