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

# textureCoordinates

An array of texture coordinate values for each point in the plane mesh.

## Declaration

```swift
@nonobjc var textureCoordinates: [vector_float2] { get }
```

## Discussion

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

## See Also

### Accessing Mesh Data

- [vertices](arkit/arplanegeometry/vertices-43kle.md)
- [triangleCount](arkit/arplanegeometry/trianglecount.md)
- [triangleIndices](arkit/arplanegeometry/triangleindices-64epx.md)
