Search
Animation.FloatValue Method
See Also
 





Gets the current value from animation's range.

Namespace: MindFusion.Animations
Assembly: MindFusion.Common

 Syntax

C#  Copy Code

protected float FloatValue (
    double animationValue
)

Visual Basic  Copy Code

Protected Function FloatValue( _
    animationValue As Double _
) As Single

 Parameters

animationValue

A value representing the current animation progress.

 Return Value

A value between FromValue and ToValue.

 See Also