Click or drag to resize
DigitalRuneAnimationManagerUpdateAndApplyAnimation Method
Immediately evaluates the specified animations and applies the new animation values.
Overload List
  NameDescription
Public methodUpdateAndApplyAnimation(IAnimatableObject)
Immediately evaluates the animations the given object and applies the new animation values.
Public methodUpdateAndApplyAnimation(IEnumerableIAnimatableObject)
Immediately evaluates the animations of the given objects and applies the new animation values.
Public methodUpdateAndApplyAnimation(IAnimatableProperty)
Immediately evaluates the animation composition chains of the given property and applies the new animation values.
Public methodUpdateAndApplyAnimation(ListIAnimatableProperty)
Immediately evaluates the animations of the given properties and applies the new animation values.
Top
See Also