Click or drag to resize
DigitalRuneVector2TraitsCopy Method
Copies the specified animation value.

Namespace: DigitalRune.Animation.Traits
Assembly: DigitalRune.Animation (in DigitalRune.Animation.dll) Version: 1.4.0.0 (1.4.1.14427)
Syntax
public void Copy(
	ref Vector2 source,
	ref Vector2 target
)

Parameters

source
Type: Vector2
In: The source value.
target
Type: Vector2
Out: The target value.

Implements

IAnimationValueTraitsTCopy(T, T)
See Also