| AvatarExpressionTraitsBeginBlend Method |
Begins the interpolation of n animation values.
Namespace: DigitalRune.Animation.TraitsAssembly: DigitalRune.Animation (in DigitalRune.Animation.dll) Version: 1.4.0.0 (1.4.1.14427)
Syntax public void BeginBlend(
ref AvatarExpression value
)
Public Sub BeginBlend (
ByRef value As AvatarExpression
)
public:
virtual void BeginBlend(
AvatarExpression% value
) sealed
abstract BeginBlend :
value : AvatarExpression byref -> unit
override BeginBlend :
value : AvatarExpression byref -> unit
Parameters
- value
- Type: AvatarExpression
Out: The start value of the blend operation.
Implements
IAnimationValueTraitsTBeginBlend(T)Exceptions See Also