| Vector2TraitsCopy 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 Vector2 source,
ref Vector2 target
)
Public Sub Copy (
ByRef source As Vector2,
ByRef target As Vector2
)
public:
virtual void Copy(
Vector2% source,
Vector2% target
) sealed
abstract Copy :
source : Vector2 byref *
target : Vector2 byref -> unit
override Copy :
source : Vector2 byref *
target : Vector2 byref -> unit
Parameters
- source
- Type: Vector2
In: The source value. - target
- Type: Vector2
Out: The target value.
Implements
IAnimationValueTraitsTCopy(T, T)See Also