Click or drag to resize
DigitalRuneVector2FTraitsBeginBlend Method
Begins 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 BeginBlend(
	ref Vector2F value
)

Parameters

value
Type: DigitalRune.Mathematics.AlgebraVector2F
Out: The start value of the blend operation.

Implements

IAnimationValueTraitsTBeginBlend(T)
See Also