Click or drag to resize
DigitalRuneRagdollMotorRagdoll Property
Gets the ragdoll.

Namespace: DigitalRune.Physics.Specialized
Assembly: DigitalRune.Physics.Specialized (in DigitalRune.Physics.Specialized.dll) Version: 1.10.0.0 (1.10.0.0)
Syntax
public Ragdoll Ragdoll { get; }

Property Value

Type: Ragdoll
The ragdoll.
Remarks
This value is automatically set when the RagdollMotor is added to a Ragdoll.
See Also