Contents

textureCoordinates

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

Declaration

@nonobjc var textureCoordinates: [vector_float2] { get }

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