Click or drag to resize
DigitalRuneBlendGroupEnumeratorReset Method
Sets the enumerator to its initial position, which is before the first element in the BlendGroup.

Namespace: DigitalRune.Animation
Assembly: DigitalRune.Animation (in DigitalRune.Animation.dll) Version: 1.4.0.0 (1.4.1.14427)
Syntax
public void Reset()

Implements

IEnumeratorReset
Exceptions
ExceptionCondition
InvalidOperationException The BlendGroup was modified after the enumerator was created.
See Also