| AnimationManagerUpdateAndApplyAnimation Method (ListIAnimatableProperty) |
Immediately evaluates the animations of the given properties and applies the new animation
values.
Namespace: DigitalRune.AnimationAssembly: DigitalRune.Animation (in DigitalRune.Animation.dll) Version: 1.4.0.0 (1.4.1.14427)
Syntax public void UpdateAndApplyAnimation(
List<IAnimatableProperty> properties
)
Public Sub UpdateAndApplyAnimation (
properties As List(Of IAnimatableProperty)
)
public:
void UpdateAndApplyAnimation(
List<IAnimatableProperty^>^ properties
)
member UpdateAndApplyAnimation :
properties : List<IAnimatableProperty> -> unit
Parameters
- properties
- Type: System.Collections.GenericListIAnimatableProperty
The properties that need to be updated.
See Also