Click or drag to resize
DigitalRuneVector2TraitsEndBlend Method
Finalizes the interpolation of n animation values.

Namespace: DigitalRune.Animation.Traits
Assembly: DigitalRune.Animation (in DigitalRune.Animation.dll) Version: 1.4.0.0 (1.4.1.14427)
Syntax
public void EndBlend(
	ref Vector2 value
)

Parameters

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

Implements

IAnimationValueTraitsTEndBlend(T)
See Also