Contents

textureCoordinates

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

Declaration

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

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