| SkeletonPoseClone Method |
Creates a new
SkeletonPose that is a clone (deep copy) of the current
instance.
Namespace: DigitalRune.Animation.CharacterAssembly: DigitalRune.Animation (in DigitalRune.Animation.dll) Version: 1.4.0.0 (1.4.1.14427)
Syntax public SkeletonPose Clone()
Public Function Clone As SkeletonPose
public:
SkeletonPose^ Clone()
member Clone : unit -> SkeletonPose
Return Value
Type:
SkeletonPose
A new
SkeletonPose that is a clone (deep copy) of the current instance.
See Also