| BlendGroupAdd Method (ITimeline, Single) |
Adds a timeline with the specified blend weight 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,
float weight
)
Public Sub Add (
timeline As ITimeline,
weight As Single
)
public:
void Add(
ITimeline^ timeline,
float weight
)
member Add :
timeline : ITimeline *
weight : float32 -> unit
Parameters
- timeline
- Type: DigitalRune.AnimationITimeline
The timeline to add to the BlendGroup. - weight
- Type: SystemSingle
The blend weight of the timeline.
Exceptions See Also