Click or drag to resize
DigitalRuneBlendGroupSetWeight Method (ITimeline, Single)
Sets the blend weight of the specified timeline.

Namespace: DigitalRune.Animation
Assembly: DigitalRune.Animation (in DigitalRune.Animation.dll) Version: 1.4.0.0 (1.4.1.14427)
Syntax
public void SetWeight(
	ITimeline timeline,
	float weight
)

Parameters

timeline
Type: DigitalRune.AnimationITimeline
The timeline.
weight
Type: SystemSingle
The blend weight of the timeline.
Exceptions
ExceptionCondition
ArgumentException The BlendGroup does not contain the specified timeline.
ArgumentOutOfRangeExceptionweight is negative.
See Also