| BlendGroupSetWeight Method (ITimeline, Single) |
Sets the blend weight of the specified timeline.
Namespace: DigitalRune.AnimationAssembly: DigitalRune.Animation (in DigitalRune.Animation.dll) Version: 1.4.0.0 (1.4.1.14427)
Syntax public void SetWeight(
ITimeline timeline,
float weight
)
Public Sub SetWeight (
timeline As ITimeline,
weight As Single
)
public:
void SetWeight(
ITimeline^ timeline,
float weight
)
member SetWeight :
timeline : ITimeline *
weight : float32 -> unit
Parameters
- timeline
- Type: DigitalRune.AnimationITimeline
The timeline. - weight
- Type: SystemSingle
The blend weight of the timeline.
Exceptions See Also