| BlendGroupGetWeight Method (Int32) |
Gets the blend weight of the timeline with the specified index.
Namespace: DigitalRune.AnimationAssembly: DigitalRune.Animation (in DigitalRune.Animation.dll) Version: 1.4.0.0 (1.4.1.14427)
Syntax public float GetWeight(
int index
)
Public Function GetWeight (
index As Integer
) As Single
public:
float GetWeight(
int index
)
member GetWeight :
index : int -> float32
Parameters
- index
- Type: SystemInt32
The index of the timeline in the BlendGroup.
Return Value
Type:
SingleThe blend weight of the timeline.
Exceptions See Also