| RagdollMotorRagdoll Property |
Gets the ragdoll.
Namespace: DigitalRune.Physics.SpecializedAssembly: DigitalRune.Physics.Specialized (in DigitalRune.Physics.Specialized.dll) Version: 1.10.0.0 (1.10.0.0)
Syntax public Ragdoll Ragdoll { get; }
Public ReadOnly Property Ragdoll As Ragdoll
Get
public:
property Ragdoll^ Ragdoll {
Ragdoll^ get ();
}
member Ragdoll : Ragdoll with get
Property Value
Type:
RagdollThe ragdoll.
Remarks
This value is automatically set when the
RagdollMotor is added to a
Ragdoll.
See Also