Click or drag to resize
DigitalRuneRagdollCreateAvatarRagdoll Method (Skeleton, Simulation)
Creates a Ragdoll for an Xbox LIVE Avatar. (Only available on Xbox 360.)

Namespace: DigitalRune.Physics.Specialized
Assembly: DigitalRune.Physics.Specialized (in DigitalRune.Physics.Specialized.dll) Version: 1.10.0.0 (1.10.0.0)
Syntax
public static Ragdoll CreateAvatarRagdoll(
	Skeleton skeleton,
	Simulation simulation
)

Parameters

skeleton
Type: DigitalRune.Animation.CharacterSkeleton
The skeleton of the Xbox LIVE Avatar.
simulation
Type: DigitalRune.PhysicsSimulation
The simulation.

Return Value

Type: Ragdoll
The avatar ragdoll.
Exceptions
ExceptionCondition
ArgumentNullExceptionskeleton or simulation is .
Remarks
This method is available only in the Xbox 360 build of the DigitalRune.Physics.Specialized.dll.
See Also