# height

> When reading data from a ComputeBuffer, height is 1, otherwise, the property takes the value of the requested height from the texture.

## Definition

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

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