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