Click or drag to resize
DigitalRuneBlendGroupGetWeightAsAnimatable Method (ITimeline)

Namespace: DigitalRune.Animation
Assembly: DigitalRune.Animation (in DigitalRune.Animation.dll) Version: 1.4.0.0 (1.4.1.14427)
Syntax
public IAnimatableProperty<float> GetWeightAsAnimatable(
	ITimeline timeline
)

Parameters

timeline
Type: DigitalRune.AnimationITimeline
The timeline.

Return Value

Type: IAnimatablePropertySingle
The blend weight of the timeline as an IAnimatablePropertyT.
Exceptions
ExceptionCondition
ArgumentException The BlendGroup does not contain the specified timeline.
Remarks
See Also