Click or drag to resize
DigitalRuneAnimationControllerResume Method
Resumes an animation that was previously paused.

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

This method resumes the animation timing from where it was stopped. The timing can be stopped by calling Pause.

Note that calling Pause or Resume has no effect if the animation controller is invalid.

See Also