Begins the interpolation of n animation values.
Namespace: DigitalRune.Animation.TraitsAssembly: DigitalRune.Animation (in DigitalRune.Animation.dll) Version: 1.1.0.0 (1.1.0.9503)
Syntax
| C# |
|---|
public void BeginBlend(
ref AvatarExpression value
) |
| Visual Basic |
|---|
Public Sub BeginBlend ( _
ByRef value As AvatarExpression _
) |
| Visual C++ |
|---|
public:
virtual void BeginBlend(
AvatarExpression% value
) sealed |
Parameters
- value
- Type: AvatarExpression%
Out: The start value of the blend operation.
Implements
IAnimationValueTraits<(Of <(<'T>)>)>..::..BeginBlend(T%)
Exceptions
See Also