IVertexSkinning.GetBinding

IVertexSkinning.GetBinding method

Gets a joint-weight pair.

public (int Index, float Weight) GetBinding(int index)
ParameterTypeDescription
indexInt32An index from 0 to MaxBindings exclusive.

Return Value

The joint-weight pair.

See Also