IMeshPrimitiveDecoder.GetTextureCoordDeltas

IMeshPrimitiveDecoder.GetTextureCoordDeltas method

Gets the sequence of texture coordinate deltas for the given vertex. (morph targets)

public IReadOnlyList<Vector2> GetTextureCoordDeltas(int vertexIndex, int textureSetIndex)
ParameterTypeDescription
vertexIndexInt32The vertex index.
textureSetIndexInt32The texture set index.

Return Value

A collection of texture coordinate deltas, one delta per morph target.

See Also