---
title: textureCoordinates
framework: arkit
role: symbol
role_heading: Instance Property
path: arkit/arplanegeometry/texturecoordinates-91pbc
---

# textureCoordinates

A buffer of texture coordinate values for each point in the plane mesh.

## Declaration

```occ
@property (nonatomic, readonly) const simd_float2 * textureCoordinates;
```

## Discussion

Discussion Each float2 value in this buffer represents the UV texture coordinates for the vertex at the corresponding index in the vertices buffer.

## See Also

### Accessing Mesh Data

- [vertices](arkit/arplanegeometry/vertices-3kgkm.md)
- [vertexCount](arkit/arplanegeometry/vertexcount.md)
- [textureCoordinateCount](arkit/arplanegeometry/texturecoordinatecount.md)
- [triangleIndices](arkit/arplanegeometry/triangleindices-1azi3.md)
- [triangleCount](arkit/arplanegeometry/trianglecount.md)
