| BlendGroupGetWeightAsAnimatable Method (ITimeline) |
Namespace: DigitalRune.AnimationAssembly: DigitalRune.Animation (in DigitalRune.Animation.dll) Version: 1.4.0.0 (1.4.1.14427)
Syntax public IAnimatableProperty<float> GetWeightAsAnimatable(
ITimeline timeline
)
Public Function GetWeightAsAnimatable (
timeline As ITimeline
) As IAnimatableProperty(Of Single)
public:
IAnimatableProperty<float>^ GetWeightAsAnimatable(
ITimeline^ timeline
)
member GetWeightAsAnimatable :
timeline : ITimeline -> IAnimatableProperty<float32>
Parameters
- timeline
- Type: DigitalRune.AnimationITimeline
The timeline.
Return Value
Type:
IAnimatablePropertySingle
The blend weight of the timeline as an
IAnimatablePropertyT.
Exceptions Remarks
The returned
IAnimatablePropertyT can be used to animate the blend weight.
It can also be used to directly read and write the blend weight.
See Also