Click or drag to resize
DigitalRuneBlendGroupGetWeight Method (Int32)
Gets the blend weight of the timeline with the specified index.

Namespace: DigitalRune.Animation
Assembly: DigitalRune.Animation (in DigitalRune.Animation.dll) Version: 1.4.0.0 (1.4.1.14427)
Syntax
public float GetWeight(
	int index
)

Parameters

index
Type: SystemInt32
The index of the timeline in the BlendGroup.

Return Value

Type: Single
The blend weight of the timeline.
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionindex is less than 0 or equal to or greater than Count.
See Also