| BlendGroupAdd Method (ITimeline) |
Adds a timeline with a blend weight of 1 to the
BlendGroup.
Namespace: DigitalRune.AnimationAssembly: DigitalRune.Animation (in DigitalRune.Animation.dll) Version: 1.4.0.0 (1.4.1.14427)
Syntax public void Add(
ITimeline timeline
)
Public Sub Add (
timeline As ITimeline
)
public:
virtual void Add(
ITimeline^ timeline
) sealed
abstract Add :
timeline : ITimeline -> unit
override Add :
timeline : ITimeline -> unit
Parameters
- timeline
- Type: DigitalRune.AnimationITimeline
The timeline to add to the BlendGroup.
Implements
ICollectionTAdd(T)Exceptions See Also