Finalizes the interpolation of n animation values.

Namespace: DigitalRune.Animation.Traits
Assembly: DigitalRune.Animation (in DigitalRune.Animation.dll) Version: 1.1.0.0 (1.1.0.9503)

Syntax

C#
public void EndBlend(
	ref AvatarExpression value
)
Visual Basic
Public Sub EndBlend ( _
	ByRef value As AvatarExpression _
)
Visual C++
public:
virtual void EndBlend(
	AvatarExpression% value
) sealed

Parameters

value
Type: AvatarExpression%
In: The current animation value. (The intermediate result of the blend operation.)
Out: The result of the blend operation.

Implements

IAnimationValueTraits<(Of <(<'T>)>)>..::..EndBlend(T%)

See Also