Click or drag to resize
DigitalRuneVector3TraitsCopy 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 Vector3 source,
	ref Vector3 target
)

Parameters

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

Implements

IAnimationValueTraitsTCopy(T, T)
See Also