Click or drag to resize
DigitalRuneBlendGroupGetWeight Method (ITimeline)
Gets the blend weight of the specified timeline.

Namespace: DigitalRune.Animation
Assembly: DigitalRune.Animation (in DigitalRune.Animation.dll) Version: 1.4.0.0 (1.4.1.14427)
Syntax
public float GetWeight(
	ITimeline timeline
)

Parameters

timeline
Type: DigitalRune.AnimationITimeline
The timeline.

Return Value

Type: Single
The blend weight of the timeline.
Exceptions
ExceptionCondition
ArgumentException The BlendGroup does not contain the specified timeline.
See Also