Click or drag to resize
DigitalRuneVector2Animation Constructor (IAnimationSingle, IAnimationSingle)
Initializes a new instance of the Vector2Animation class with the specified animations.

Namespace: DigitalRune.Animation
Assembly: DigitalRune.Animation (in DigitalRune.Animation.dll) Version: 1.4.0.0 (1.4.1.14427)
Syntax
public Vector2Animation(
	IAnimation<float> x,
	IAnimation<float> y
)

Parameters

x
Type: DigitalRune.AnimationIAnimationSingle
The animation of the x component.
y
Type: DigitalRune.AnimationIAnimationSingle
The animation of the y component.
See Also