Click or drag to resize
DigitalRuneAvatarExpressionTraitsBeginBlend 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 AvatarExpression value
)

Parameters

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

Implements

IAnimationValueTraitsTBeginBlend(T)
Exceptions
ExceptionCondition
NotSupportedExceptionAvatarExpressions cannot be blended.
See Also