Click or drag to resize
DigitalRuneBlendGroupGetWeightAsAnimatable Method (Int32)

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

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
ExceptionCondition
ArgumentOutOfRangeExceptionindex is less than 0 or equal to or greater than Count.
Remarks
See Also