| BlendGroupGetWeightAsAnimatable Method (Int32) |
Namespace: DigitalRune.AnimationAssembly: DigitalRune.Animation (in DigitalRune.Animation.dll) Version: 1.4.0.0 (1.4.1.14427)
Syntax public IAnimatableProperty<float> GetWeightAsAnimatable(
int index
)
Public Function GetWeightAsAnimatable (
index As Integer
) As IAnimatableProperty(Of Single)
public:
IAnimatableProperty<float>^ GetWeightAsAnimatable(
int index
)
member GetWeightAsAnimatable :
index : int -> IAnimatableProperty<float32>
Parameters
- index
- Type: SystemInt32
The index of the timeline in the BlendGroup.
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