Click or drag to resize
DigitalRuneRagdollUpdateSkeletonFromBodies Method
Updates the bone transforms of the skeleton pose, so that the bones match the ragdoll bodies.

Namespace: DigitalRune.Physics.Specialized
Assembly: DigitalRune.Physics.Specialized (in DigitalRune.Physics.Specialized.dll) Version: 1.10.0.0 (1.10.0.0)
Syntax
public void UpdateSkeletonFromBodies(
	SkeletonPose skeletonPose
)

Parameters

skeletonPose
Type: DigitalRune.Animation.CharacterSkeletonPose
The skeleton pose that is modified.
Exceptions
ExceptionCondition
ArgumentNullExceptionskeletonPose is .
See Also