Bone.GetWeight

Bone.GetWeight method

Gets the weight for control point specified by index

public double GetWeight(int index)
ParameterTypeDescription
indexInt32Control point’s index

Return Value

the weight at specified index, or 0 if the index is invalid

See Also