# dimension

> The dimensionality (type) of the GraphicsTexture.

## Definition

* **Type:** Field
* **Namespace:** [UnityEngine.Rendering](/engine/6000.7/script-reference/unityengine/rendering.md)
* **Assembly:** UnityEngine.CoreModule

```csharp
public TextureDimension dimension
```

### Remarks

Indicates type of a GraphicsTexture (2D Texture, 2D Texture array, cubemap, 3D volume Texture, etc.).

Additional Resources: [TextureDimension](/engine/6000.7/script-reference/unityengine/rendering/texturedimension.md).
