IVertexMaterial.GetTexCoord

IVertexMaterial.GetTexCoord method

Gets a UV texture coordinate attribute.

public Vector2 GetTexCoord(int index)
ParameterTypeDescription
indexInt32An index from 0 to MaxTextCoords.

Return Value

A Vector2 UV texture coordinate.

See Also