Click or drag to resize
DigitalRuneAnimationManagerUpdateAndApplyAnimation Method (ListIAnimatableProperty)
Immediately evaluates the animations of the given properties and applies the new animation values.

Namespace: DigitalRune.Animation
Assembly: DigitalRune.Animation (in DigitalRune.Animation.dll) Version: 1.4.0.0 (1.4.1.14427)
Syntax
public void UpdateAndApplyAnimation(
	List<IAnimatableProperty> properties
)

Parameters

properties
Type: System.Collections.GenericListIAnimatableProperty
The properties that need to be updated.
See Also