| RagdollCreateAvatarRagdoll Method (AvatarPose, 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(
AvatarPose avatarPose,
Simulation simulation
)
Public Shared Function CreateAvatarRagdoll (
avatarPose As AvatarPose,
simulation As Simulation
) As Ragdoll
public:
static Ragdoll^ CreateAvatarRagdoll(
AvatarPose^ avatarPose,
Simulation^ simulation
)
static member CreateAvatarRagdoll :
avatarPose : AvatarPose *
simulation : Simulation -> Ragdoll
Parameters
- avatarPose
- Type: DigitalRune.Animation.CharacterAvatarPose
The avatar pose. - 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