| SrtTransformTraitsBeginBlend 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 SrtTransform value
)
Public Sub BeginBlend (
ByRef value As SrtTransform
)
public:
virtual void BeginBlend(
SrtTransform% value
) sealed
abstract BeginBlend :
value : SrtTransform byref -> unit
override BeginBlend :
value : SrtTransform byref -> unit
Parameters
- value
- Type: DigitalRune.Animation.CharacterSrtTransform
Out: The start value of the blend operation.
Implements
IAnimationValueTraitsTBeginBlend(T)See Also