| IAnimationValueTraitsTEndBlend Method |
Finalizes the interpolation of n animation values.
Namespace: DigitalRune.Animation.TraitsAssembly: DigitalRune.Animation (in DigitalRune.Animation.dll) Version: 1.4.0.0 (1.4.1.14427)
Syntax void EndBlend(
ref T value
)
Sub EndBlend (
ByRef value As T
)
void EndBlend(
T% value
)
abstract EndBlend :
value : 'T byref -> unit
Parameters
- value
- Type: T
In: The current animation value. (The intermediate result of the blend operation.)
Out: The result of the blend operation.
See Also