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