---
title: height
framework: realitykit
role: symbol
role_heading: Instance Property
path: realitykit/textureresource/height
---

# height

The height of the texture image, in pixels.

## Declaration

```swift
@MainActor @preconcurrency var height: Int { get }
```

## See Also

### Describing the texture

- [textureType](realitykit/textureresource/texturetype.md)
- [pixelFormat](realitykit/textureresource/pixelformat.md)
- [width](realitykit/textureresource/width.md)
- [depth](realitykit/textureresource/depth.md)
- [arrayLength](realitykit/textureresource/arraylength.md)
- [mipmapLevelCount](realitykit/textureresource/mipmaplevelcount.md)
- [semantic](realitykit/textureresource/semantic-swift.property.md)
