MorphTargetChannel.SetWeight

MorphTargetChannel.SetWeight method

Sets the weight for the specified target, default value is 1, range should between 0~1

public void SetWeight(Shape target, double weight = 1m)
ParameterTypeDescription
targetShape
weightDouble

See Also