A callback function called when the animation type is set to Custom, responsible to provide the animation update function.
Namespace: MindFusion.Animations
Package: MindFusion.Common
C# Copy Code |
---|
public delegate double CustomFunctionCallback ( |
Visual Basic Copy Code |
---|
Public Delegate Function CustomFunctionCallback( _ |
The percentage of elapsed animation duration. This value is between 0 and 1.
An optional user-set parameter influencing the function.
The animation progress along the animation function.