Click or drag to resize
DigitalRuneSkeletonPoseClone Method
Creates a new SkeletonPose that is a clone (deep copy) of the current instance.

Namespace: DigitalRune.Animation.Character
Assembly: DigitalRune.Animation (in DigitalRune.Animation.dll) Version: 1.4.0.0 (1.4.1.14427)
Syntax
public SkeletonPose Clone()

Return Value

Type: SkeletonPose
A new SkeletonPose that is a clone (deep copy) of the current instance.
See Also