Click or drag to resize
RagdollAnimatorOnEnterFullHierarchyRagdoll Property
Gets the event when full hierarchy ragdoll was entered (i.e. all parts just now have a strength of 0).

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

Property Value

Type: RagdollAnimatorFullHierarchyEvent
The event when full hierarchy ragdoll was entered.
See Also