| Ragdoll Methods |
The Ragdoll type exposes the following members.
| Name | Description | |
|---|---|---|
| AddToSimulation |
Adds all parts of the ragdoll to a simulation.
| |
| CreateAvatarRagdoll(AvatarPose, Simulation) |
Creates a Ragdoll for an Xbox LIVE Avatar. (Only available on Xbox 360.)
| |
| CreateAvatarRagdoll(Skeleton, Simulation) |
Creates a Ragdoll for an Xbox LIVE Avatar. (Only available on Xbox 360.)
| |
| DisableJoints |
Disables all joints.
| |
| DisableLimits |
Disables all limits.
| |
| DisableMotors |
Disables all motors.
| |
| DriveToPose(SkeletonPose, Single) |
Drives the ragdoll bodies to the target pose using the Motors.
| |
| DriveToPose(SkeletonPose, TimeSpan) |
Drives the ragdoll bodies to the target pose using the Motors.
| |
| EnableJoints |
Enables all joints.
| |
| EnableLimits |
Enables all limits.
| |
| EnableMotors |
Enables all motors.
| |
| Equals | (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| RemoveFromSimulation |
Removes all ragdoll parts from the simulation.
| |
| ToString | Returns a string that represents the current object. (Inherited from Object.) | |
| UpdateBodiesFromSkeleton |
Updates the poses of the bodies, so that the bodies match the bone transforms of the given
skeleton pose.
| |
| UpdateBodyFromSkeleton |
Updates the pose of a single body, so that the bodies match the bone transforms of the given
bone.
| |
| UpdateSkeletonFromBodies |
Updates the bone transforms of the skeleton pose, so that the bones match the ragdoll
bodies.
|