IMeshPrimitiveDecoder.GetTextureCoord

IMeshPrimitiveDecoder.GetTextureCoord method

Gets the UV coordinate for the given vertex.

public Vector2 GetTextureCoord(int vertexIndex, int textureSetIndex)
ParameterTypeDescription
vertexIndexInt32The vertex index.
textureSetIndexInt32The texture set index.

See Also