Click or drag to resize
RagdollAnimatorRagdoll Property
Gets the ragdoll being animated by this instance.

Namespace: Candlelight.Physics
Assembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntax
C#
public Ragdoll Ragdoll { get; }

Property Value

Type: Ragdoll
The ragdoll being animated by this instance.
See Also