# tileWidth

> Get sparse texture tile width (Read Only).

## Definition

* **Type:** Property
* **Namespace:** [UnityEngine](/engine/6000.5/script-reference/unityengine.md)
* **Assembly:** UnityEngine.CoreModule

```csharp
public int tileWidth { get; }
```

### Remarks

After creating the sparse texture, query the tile size with [SparseTexture.tileWidth](/engine/6000.5/script-reference/unityengine/sparsetexture/tilewidth.md) & [SparseTexture.tileHeight](/engine/6000.5/script-reference/unityengine/sparsetexture/tileheight.md). Tile sizes are platform and GPU dependent.

Additional Resources: [SparseTexture](/engine/6000.5/script-reference/unityengine/sparsetexture.md).
