Click or drag to resize
DigitalRuneBlendGroupAdd Method (ITimeline)
Adds a timeline with a blend weight of 1 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
)

Parameters

timeline
Type: DigitalRune.AnimationITimeline
The timeline to add to the BlendGroup.

Implements

ICollectionTAdd(T)
Exceptions
ExceptionCondition
ArgumentNullExceptiontimeline is . The BlendGroup does not allow values.
See Also