Click or drag to resize
DigitalRuneAnimationInstanceInvalidate Method
Invalidates the current state of the animation.

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

This method needs to be called manually if the animation data (such as the begin time of an animation) is changed and other objects want to read the animation state in the same frame. If an animation instance has been invalidated, it will automatically recompute its state when State is read.

In is not necessary to explicitly call this method if Update(TimeSpan) is called. In this case the state of the animation will be recomputed automatically.

See Also