Click or drag to resize
DigitalRuneSingleTraitsBeginBlend 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 float value
)

Parameters

value
Type: SystemSingle
Out: The start value of the blend operation.

Implements

IAnimationValueTraitsTBeginBlend(T)
See Also