| Vector3TraitsCopy Method |
Copies the specified animation value.
Namespace: DigitalRune.Animation.TraitsAssembly: 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
)
Public Sub Copy (
ByRef source As Vector3,
ByRef target As Vector3
)
public:
virtual void Copy(
Vector3% source,
Vector3% target
) sealed
abstract Copy :
source : Vector3 byref *
target : Vector3 byref -> unit
override Copy :
source : Vector3 byref *
target : Vector3 byref -> unit
Parameters
- source
- Type: Vector3
In: The source value. - target
- Type: Vector3
Out: The target value.
Implements
IAnimationValueTraitsTCopy(T, T)See Also