| BlendGroupGetWeight Method (ITimeline) |
Gets 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 float GetWeight(
ITimeline timeline
)
Public Function GetWeight (
timeline As ITimeline
) As Single
public:
float GetWeight(
ITimeline^ timeline
)
member GetWeight :
timeline : ITimeline -> float32
Parameters
- timeline
- Type: DigitalRune.AnimationITimeline
The timeline.
Return Value
Type:
SingleThe blend weight of the timeline.
Exceptions See Also