Search
IAnimationItem.UpdateAnimation Method
See Also
 





Invoked by running animations to update an item according to current animation progress.

Namespace: MindFusion.Animations
Package: MindFusion.Common

 Syntax

C#  Copy Code

void UpdateAnimation (
    Animation animation,
    double animationDelta
)

Visual Basic  Copy Code

Sub UpdateAnimation( _
    animation As Animation, _
    animationDelta As Double _
)

 Parameters

animation

The Animation object used to animate this item.

animationDelta

A value representing the current animation progress

 See Also