| RagdollCreateAvatarRagdoll Method (Skeleton, Simulation) |
Creates a
Ragdoll for an Xbox LIVE Avatar. (Only available on Xbox 360.)
Namespace: DigitalRune.Physics.SpecializedAssembly: 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
)
Public Shared Function CreateAvatarRagdoll (
skeleton As Skeleton,
simulation As Simulation
) As Ragdoll
public:
static Ragdoll^ CreateAvatarRagdoll(
Skeleton^ skeleton,
Simulation^ simulation
)
static member CreateAvatarRagdoll :
skeleton : Skeleton *
simulation : Simulation -> Ragdoll
Parameters
- skeleton
- Type: DigitalRune.Animation.CharacterSkeleton
The skeleton of the Xbox LIVE Avatar. - simulation
- Type: DigitalRune.PhysicsSimulation
The simulation.
Return Value
Type:
RagdollThe avatar ragdoll.
Exceptions Remarks
This method is available only in the Xbox 360 build of the
DigitalRune.Physics.Specialized.dll.
See Also