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