| IAnimationValueTraitsTBeginBlend 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 void BeginBlend(
ref T value
)
Sub BeginBlend (
ByRef value As T
)
void BeginBlend(
T% value
)
abstract BeginBlend :
value : 'T byref -> unit
Parameters
- value
- Type: T
Out: The start value of the blend operation.
See Also