IVertexSkinning.SetBindings

SetBindings(ref SparseWeight8)

public void SetBindings(ref SparseWeight8 bindings)

See Also


SetBindings(params (int Index, float Weight)[])

Sets the packed joints-weights.

⚠️ USE ONLY ON UNBOXED VALUES ⚠️

public void SetBindings(params (int Index, float Weight)[] bindings)
ParameterTypeDescription
bindingsValueTuple`2[]the list of joint indices and weights.

See Also