Search
Animation.UpdateAnimation Method
See Also
 





Advance the animation.

Namespace: MindFusion.Animations
Assembly: MindFusion.Common

 Syntax

C#  Copy Code

protected virtual void UpdateAnimation (
    double animationValue
)

Visual Basic  Copy Code

Protected Overridable Sub UpdateAnimation( _
    animationValue As Double _
)

 Parameters

animationValue

A value representing the current animation progress.

 See Also