Click or drag to resize
DigitalRuneBlendGroupAdd Method (ITimeline, Single)
Adds a timeline with the specified blend weight to the BlendGroup.

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

Parameters

timeline
Type: DigitalRune.AnimationITimeline
The timeline to add to the BlendGroup.
weight
Type: SystemSingle
The blend weight of the timeline.
Exceptions
ExceptionCondition
ArgumentNullExceptiontimeline is . The BlendGroup does not allow values.
ArgumentOutOfRangeExceptionweight is negative.
See Also