Click or drag to resize
DigitalRuneSkeletonPoseTraitsCopy Method
Copies the specified animation value.

Namespace: DigitalRune.Animation.Traits
Assembly: DigitalRune.Animation (in DigitalRune.Animation.dll) Version: 1.4.0.0 (1.4.1.14427)
Syntax
public void Copy(
	ref SkeletonPose source,
	ref SkeletonPose target
)

Parameters

source
Type: DigitalRune.Animation.CharacterSkeletonPose
In: The source value.
target
Type: DigitalRune.Animation.CharacterSkeletonPose
Out: The target value.

Implements

IAnimationValueTraitsTCopy(T, T)
Exceptions
ExceptionCondition
ArgumentNullExceptionsource or target is .
See Also