Click or drag to resize
DigitalRuneAvatarExpressionTraitsBlendNext Method
Blends the given animation value to the current value.

Namespace: DigitalRune.Animation.Traits
Assembly: DigitalRune.Animation (in DigitalRune.Animation.dll) Version: 1.4.0.0 (1.4.1.14427)
Syntax
public void BlendNext(
	ref AvatarExpression value,
	ref AvatarExpression nextValue,
	float normalizedWeight
)

Parameters

value
Type: AvatarExpression
In/Out: The current animation value. (The intermediate result of the blend operation).
nextValue
Type: AvatarExpression
In: The next animation value which should be blended to value.
normalizedWeight
Type: SystemSingle
The normalized weight of nextValue. ('Normalized' means that the sum of the animation weights need to be 1.)

Implements

IAnimationValueTraitsTBlendNext(T, T, Single)
Exceptions
ExceptionCondition
NotSupportedExceptionAvatarExpressions cannot be blended.
See Also