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