A callback function called on every animation tick, responsible for updating animated objects according to current animation progress.
Namespace: MindFusion.Animations
Assembly: MindFusion.Common
SyntaxC#
Copy Code
|
|---|
public delegate void UpdateCallback ( |
Visual Basic
Copy Code
|
|---|
Public Delegate Sub UpdateCallback( _ |
The Animation object used to animate this object.
A value representing the current animation progress
See Also